Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dkconfig.h72 #define __CONFIG_IS_ENABLED_1(option) __CONFIG_IS_ENABLED_3(option, (1), (0))
73 #define __CONFIG_IS_ENABLED_2(option, case1) __CONFIG_IS_ENABLED_3(option, case1, ())
74 #define __CONFIG_IS_ENABLED_3(option, case1, case0) \ macro

Completed in 2 milliseconds