Lines Matching refs:kconfig_dir
490 def get_v2_model(self, kconfig_dir, settings_file): argument
498 os.environ["KCONFIG_BOARD_DIR"] = os.path.join(kconfig_dir, 'boards')
500 os.makedirs(os.path.join(kconfig_dir, 'boards'), exist_ok=True)
501 os.makedirs(os.path.join(kconfig_dir, 'soc'), exist_ok=True)
502 os.makedirs(os.path.join(kconfig_dir, 'arch'), exist_ok=True)
504 kconfig_file = os.path.join(kconfig_dir, 'boards', 'Kconfig')
505 kconfig_boards_file = os.path.join(kconfig_dir, 'boards', 'Kconfig.boards')
506 kconfig_sysbuild_file = os.path.join(kconfig_dir, 'boards', 'Kconfig.sysbuild')
507 kconfig_defconfig_file = os.path.join(kconfig_dir, 'boards', 'Kconfig.defconfig')
548 kconfig_defconfig_file = os.path.join(kconfig_dir, 'soc', 'Kconfig.defconfig')
549 kconfig_sysbuild_file = os.path.join(kconfig_dir, 'soc', 'Kconfig.sysbuild')
550 kconfig_soc_file = os.path.join(kconfig_dir, 'soc', 'Kconfig.soc')
551 kconfig_file = os.path.join(kconfig_dir, 'soc', 'Kconfig')
573 kconfig_file = os.path.join(kconfig_dir, 'arch', 'Kconfig')