summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
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"