summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-01 11:24:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-01 11:24:15 -0600
commit610e2aa0c224e2936fe8009ef4a2351ce607067a (patch)
tree7fae81997294d8d2cdb35995f64e976413a2ca67 /nuttx/arch/z80/src
parenta38c6df093edba13268a94fffcf4534cce5bc7d6 (diff)
downloadpx4-nuttx-610e2aa0c224e2936fe8009ef4a2351ce607067a.tar.gz
px4-nuttx-610e2aa0c224e2936fe8009ef4a2351ce607067a.tar.bz2
px4-nuttx-610e2aa0c224e2936fe8009ef4a2351ce607067a.zip
SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console
Diffstat (limited to 'nuttx/arch/z80/src')
-rw-r--r--nuttx/arch/z80/src/z180/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/z180/Kconfig b/nuttx/arch/z80/src/z180/Kconfig
index 93291ead2..8436241ee 100644
--- a/nuttx/arch/z80/src/z180/Kconfig
+++ b/nuttx/arch/z80/src/z180/Kconfig
@@ -236,6 +236,7 @@ endmenu
choice
prompt "Serial console"
default NO_SERIAL_CONSOLE
+ depends on DEV_CONSOLE
config Z180_UART0_SERIAL_CONSOLE
bool "UART0"