summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/drivers/serial/Kconfig1
2 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 63490b23b..c79c5d289 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6934,3 +6934,5 @@
convert those configurations to use the kconfig-frontends tools.
See http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig for
some guidelines (2014-3-6).
+ * drivers/serial/Kconfig: Correct an error introduced in this file
+ in very recent commits (2013-3-6).
diff --git a/nuttx/drivers/serial/Kconfig b/nuttx/drivers/serial/Kconfig
index f5a8fc687..88f9867fe 100644
--- a/nuttx/drivers/serial/Kconfig
+++ b/nuttx/drivers/serial/Kconfig
@@ -340,6 +340,7 @@ config ARCH_HAVE_UART
config ARCH_HAVE_UART0
bool
default n
+ select MCU_SERIAL
config ARCH_HAVE_UART1
bool