From 9fae4ccef2035c27e34a3eed81de69bc3b7431d6 Mon Sep 17 00:00:00 2001 From: XBurst Date: Wed, 26 Dec 2018 00:13:14 +0800 Subject: [PATCH] Add GPIO function pins select for UART2. --- bsp/x1000/drivers/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) mode change 100644 => 100755 bsp/x1000/drivers/Kconfig diff --git a/bsp/x1000/drivers/Kconfig b/bsp/x1000/drivers/Kconfig old mode 100644 new mode 100755 index 0f2a2be685..9eed79acc6 --- a/bsp/x1000/drivers/Kconfig +++ b/bsp/x1000/drivers/Kconfig @@ -30,6 +30,19 @@ if RT_USING_SERIAL config RT_USING_UART2 bool "Using UART2" default y + + if RT_USING_UART2 + choice + prompt "GPIO function pins select" + default CONFIG_SYS_UART2_PC + + config CONFIG_SYS_UART2_PC + bool "PORT C" + + config CONFIG_SYS_UART2_PD + bool "PORT D" + endchoice + endif endif if RT_USING_SDIO