Home
last modified time | relevance | path

Searched defs:IS_ENABLED (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/graphics_KernelConfig/
Dgraphics_KernelConfig.py25 IS_ENABLED = [ variable in graphics_KernelConfig
/external/coreboot/payloads/libpayload/include/
Dkconfig.h20 #define IS_ENABLED(option) config_enabled(option) /* deprecated */ macro
/external/gsc-utils/include/
Dcommon.h408 #define IS_ENABLED(option) __config_enabled(#option, option) macro