Home
last modified time | relevance | path

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

/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs133 let cfg_table: Value = toml::from_str(&cfg_content).expect("Failed to parse kernel.config"); in include() localVariable
135 if let Some(include) = cfg_table.get("module").unwrap().get("include") { in include()