Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/scripts/kconfig/
Dhardenconfig.py15 hardened_kconf_filename = os.path.join(os.environ['ZEPHYR_BASE'],
18 options = compare_with_hardened_conf(kconf, hardened_kconf_filename)
39 def compare_with_hardened_conf(kconf, hardened_kconf_filename): argument
42 with open(hardened_kconf_filename) as csvfile: