Home
last modified time | relevance | path

Searched refs:defconfig_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py150 defconfig_path = os.path.join(self._test_dir, defconfig)
151 return self._run_conf('--defconfig={}'.format(defconfig_path))
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py154 defconfig_path = os.path.join(self._test_dir, defconfig)
155 return self._run_conf('--defconfig={}'.format(defconfig_path))
/openbmc/u-boot/tools/
H A Dmoveconfig.py655 def cleanup_one_extra_option(defconfig_path, configs, options): argument
667 with open(defconfig_path) as f:
695 show_diff(lines, tolines, defconfig_path, options.color)
700 with open(defconfig_path, 'w') as f: