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"
|
2018-03-03 16:34:01 +08:00
|
|
|
depends on PKG_USING_GUIENGINE
|
2017-10-21 23:26:30 +08:00
|
|
|
default y
|
|
|
|
|
2018-07-15 15:14:54 +08:00
|
|
|
if BSP_DRV_CLCD
|
|
|
|
config BSP_LCD_WIDTH
|
|
|
|
int "Width of LCD panel"
|
|
|
|
default 640
|
|
|
|
|
|
|
|
config BSP_LCD_HEIGHT
|
|
|
|
int "Height of LCD panel"
|
|
|
|
default 480
|
|
|
|
endif
|
|
|
|
|
2017-10-21 23:26:30 +08:00
|
|
|
config BSP_DRV_EMAC
|
|
|
|
bool "EMAC driver"
|
|
|
|
depends on RT_USING_LWIP
|
|
|
|
default y
|
2018-05-29 10:55:42 +08:00
|
|
|
|
|
|
|
config BSP_DRV_AUDIO
|
|
|
|
bool "Audio driver"
|
|
|
|
select RT_USING_AUDIO
|
|
|
|
default n
|