extract_kconfig_bool_options

Function extract_kconfig_bool_options 

Source
pub fn extract_kconfig_bool_options(path: &str) -> Result<HashSet<String>>
Expand description

Extract boolean Kconfig entries. This must happen in any crate that wishes to access the configuration settings.