4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 06:07:34 +08:00

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