summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-28 15:23:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-28 15:23:05 -0600
commitfb43fbc09f40a2ccd3cb0b86d5036eb54338a70a (patch)
treee50a315c5195ab9d024b8b98c1fc9d17bd0adcda /nuttx
parent88971a82d804662829f4a59369139a28ec4551d9 (diff)
downloadnuttx-fb43fbc09f40a2ccd3cb0b86d5036eb54338a70a.tar.gz
nuttx-fb43fbc09f40a2ccd3cb0b86d5036eb54338a70a.tar.bz2
nuttx-fb43fbc09f40a2ccd3cb0b86d5036eb54338a70a.zip
Serial: Allow serial console selection even if /dev/console is disabled: There can still be a serial console with no file system at all
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/serial/Kconfig b/nuttx/drivers/serial/Kconfig
index 65131f2b0..1a7c77dfb 100644
--- a/nuttx/drivers/serial/Kconfig
+++ b/nuttx/drivers/serial/Kconfig
@@ -599,7 +599,7 @@ choice
default NO_SERIAL_CONSOLE if !ARCH_HAVE_OTHER_UART
default OTHER_SERIAL_CONSOLE if ARCH_HAVE_OTHER_UART
depends on MCU_SERIAL
- depends on DEV_CONSOLE
+ #depends on DEV_CONSOLE - We may have serial console with no file system at all
config UART_SERIAL_CONSOLE
bool "UART"