Home
last modified time | relevance | path

Searched refs:kconfig_dir (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/net/all/
Dcheck_net_options.sh26 kconfig_dir=$build_dir/rst/doc/reference/kconfig
28 if [ ! -d $kconfig_dir ]; then
29 echo "Kconfig documentation not found at $kconfig_dir"
35 cd $kconfig_dir; ls CONFIG_DNS* CONFIG_NET* CONFIG_IEEE802154* | sed 's/\.rst//g'
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py503 def get_v2_model(self, kconfig_dir, settings_file): argument
511 kconfig_file = os.path.join(kconfig_dir, 'boards', 'Kconfig')
512 kconfig_boards_file = os.path.join(kconfig_dir, 'boards', 'Kconfig.boards')
513 kconfig_defconfig_file = os.path.join(kconfig_dir, 'boards', 'Kconfig.defconfig')
546 'osource "' + (Path(kconfig_dir) / 'boards' / 'Kconfig.syms.v1').as_posix() + '"\n'
552 kconfig_defconfig_file = os.path.join(kconfig_dir, 'soc', 'Kconfig.defconfig')
553 kconfig_soc_file = os.path.join(kconfig_dir, 'soc', 'Kconfig.soc')
554 kconfig_file = os.path.join(kconfig_dir, 'soc', 'Kconfig')
572 kconfig_file = os.path.join(kconfig_dir, 'arch', 'Kconfig')