Correct an error introduced in this file in very recent commits

This commit is contained in:
Gregory Nutt 2014-03-06 15:33:02 -06:00
parent 1cd7c4f626
commit 113d5a2a81
2 changed files with 3 additions and 0 deletions

View File

@ -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).

View File

@ -340,6 +340,7 @@ config ARCH_HAVE_UART
config ARCH_HAVE_UART0
bool
default n
select MCU_SERIAL
config ARCH_HAVE_UART1
bool