IS_ENABLED       1735 drivers/input/mouse/synaptics.c static int synaptics_intertouch = IS_ENABLED(CONFIG_RMI4_SMB) ?
IS_ENABLED         71 include/linux/kconfig.h #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
IS_ENABLED         70 include/linux/raid/pq.h #define IS_ENABLED(x) (x)
IS_ENABLED         16 lib/test_xarray.c 		IS_ENABLED(CONFIG_XARRAY_MULTI) ? BITS_PER_LONG : 1;