4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 18:19:22 +08:00
2018-05-29 10:55:42 +08:00

23 lines
387 B
Plaintext

config RT_USING_UART0
bool "Enable UART0"
default n
config RT_USING_UART1
bool "Enable UART1"
default y
config BSP_DRV_CLCD
bool "CLCD driver"
depends on PKG_USING_GUIENGINE
default y
config BSP_DRV_EMAC
bool "EMAC driver"
depends on RT_USING_LWIP
default y
config BSP_DRV_AUDIO
bool "Audio driver"
select RT_USING_AUDIO
default n