Searched refs:int_option (Results 1 – 1 of 1) sorted by relevance
84 #define IF_ENABLED_INT(option, int_option) \ argument85 config_opt_enabled(option, int_option, invalid_use_of_IF_ENABLED_INT())154 #define CONFIG_IF_ENABLED_INT(option, int_option) \ argument155 CONFIG_IS_ENABLED(option, (CONFIG_VAL(int_option)), \
Completed in 3 milliseconds