17 lines
226 B
Plaintext
Raw Normal View History

menu "INTC driver"
config DRIVERS_INTC
2023-01-08 21:14:23 -05:00
bool "enable INTC driver"
default n
menu "INTC option features"
config DRIVERS_INTC_FEATURE_1
2023-01-08 21:14:23 -05:00
bool "INTC feature 1"
select DRIVERS_INTC
default n
endmenu
endmenu