]> git.sur5r.net Git - freertos/blobdiff - 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
diff --git a/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/usart/Kconfig b/FreeRTOS/Demo/T-HEAD_CB2201_CDK/csi/csi_driver/csky/common/usart/Kconfig
new file mode 100644 (file)
index 0000000..8e3e096
--- /dev/null
@@ -0,0 +1,25 @@
+choice
+    prompt "select usart type "
+        help
+          select usart type
+config USART_DW
+    bool "designware usart"
+    help
+        select the dw usart driver
+
+config USART_CK
+    bool "csky usart"
+    help
+        select the ck usart driver
+        
+config USART_SILAN
+    bool "silan usart"
+    help
+        select the silan usart driver
+
+config USART_ZX29
+    bool "zx29 usart"
+    help
+        select the zx29 usart driver
+endchoice
+