123456789101112131415161718192021 |
- config RT_USING_UART0
- bool "Enable UART0"
- default y
- config RT_USING_UART2
- bool "Enable UART2"
- default n
- config RT_USING_UART4
- bool "Enable UART4"
- default n
- 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
|