You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/02/24 14:45:36 UTC

[incubator-nuttx] 03/04: drivers/serial: Remove the nonexistent CMSDK_UART option

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch pr366
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 0e4b3f940cd2dcff624f3e37f0fca950e5fe1bd7
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Feb 23 04:55:25 2020 +0800

    drivers/serial: Remove the nonexistent CMSDK_UART option
    
    Change-Id: Id1827231077f19b1b2351251b724b56cef6e4af5
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 drivers/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 5f651e0..ce59dff 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -75,7 +75,7 @@ config RPMSG_UART
 
 config RPMSG_SERIALINIT
 	bool "Add dummy up_serialinit for UART rpmsg"
-	default y if !16550_UART && !CMSDK_UART && !MCU_SERIAL
+	default y if !16550_UART && !MCU_SERIAL
 	depends on RPMSG_UART
 
 #