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

33 lines
553 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"
2018-03-03 16:34:01 +08:00
depends on PKG_USING_GUIENGINE
2017-10-21 23:26:30 +08:00
default y
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