rt-thread/bsp/qemu-vexpress-a9/drivers/Kconfig

18 lines
300 B
Plaintext
Raw Normal View History

2017-09-19 12:14:52 +08:00
config RT_USING_UART0
bool "Enable UART0"
2017-10-21 23:26:30 +08:00
default n
2017-09-19 12:14:52 +08:00
config RT_USING_UART1
bool "Enable UART1"
default y
2017-10-21 23:26:30 +08:00
config BSP_DRV_CLCD
bool "CLCD driver"
depends on RT_USING_GUIENGINE
default y
config BSP_DRV_EMAC
bool "EMAC driver"
depends on RT_USING_LWIP
default y