Searched refs:case1 (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| A D | kconfig.h | 98 #define __unwrap1(case1, case0) __unwrap case1 argument 99 #define __unwrap0(case1, case0) __unwrap case0 argument 102 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument 103 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument 104 __concat(__unwrap, config_enabled(CONFIG_VAL(option), 0)) (case1, case0)
|
Completed in 4 milliseconds