]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/usart/Kconfig
Introduce a port for T-HEAD CK802. A simple demo for T-HEAD CB2201 is also included.
[freertos] / FreeRTOS / Demo / T-HEAD_CB2201_CDK / csi / csi_driver / csky / common / usart / Kconfig
1 choice
2     prompt "select usart type "
3         help
4           select usart type
5 config USART_DW
6     bool "designware usart"
7     help
8         select the dw usart driver
9
10 config USART_CK
11     bool "csky usart"
12     help
13         select the ck usart driver
14         
15 config USART_SILAN
16     bool "silan usart"
17     help
18         select the silan usart driver
19
20 config USART_ZX29
21     bool "zx29 usart"
22     help
23         select the zx29 usart driver
24 endchoice
25