summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/z180/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z80/src/z180/Kconfig')
-rw-r--r--nuttx/arch/z80/src/z180/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/arch/z80/src/z180/Kconfig b/nuttx/arch/z80/src/z180/Kconfig
index 58abbd6f2..3082e69cb 100644
--- a/nuttx/arch/z80/src/z180/Kconfig
+++ b/nuttx/arch/z80/src/z180/Kconfig
@@ -137,4 +137,17 @@ config ARCH_HAVEHEAD
Use a board-specific version of the "head" file in the
configs/<board-name>/src directory
+menu "Z180 Peripheral Support"
+
+config Z180_UART0
+ bool "UART0"
+ default n
+ select ARCH_HAVE_UART0
+
+config Z180_UART1
+ bool "UART1"
+ default n
+ select ARCH_HAVE_UART1
+
+endmenu
endif