Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dkconfig.h69 #define __unwrap1(case1, case0) __unwrap case1 argument
70 #define __unwrap0(case1, case0) __unwrap case0 argument
73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ()) argument
74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ argument
75 __concat(__unwrap, config_enabled(CONFIG_VAL(option))) (case1, case0)

Completed in 3 milliseconds