1menu "INTC driver" 2 3config DRIVERS_INTC 4 bool "enable INTC driver" 5 default n 6 7menu "INTC option features" 8 9config DRIVERS_INTC_FEATURE_1 10 bool "INTC feature 1" 11 select DRIVERS_INTC 12 default n 13 14endmenu 15 16endmenu 17