summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 11:40:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 11:40:29 -0600
commit521c4f082ab274ab0b4251552db2c78cf1b68e9f (patch)
tree0a542375750a0fea59d6728c58d420c869731b31 /nuttx/arch/z80/Kconfig
parent754a905dddb9a697476da1d52a75cb50901bb095 (diff)
downloadpx4-nuttx-521c4f082ab274ab0b4251552db2c78cf1b68e9f.tar.gz
px4-nuttx-521c4f082ab274ab0b4251552db2c78cf1b68e9f.tar.bz2
px4-nuttx-521c4f082ab274ab0b4251552db2c78cf1b68e9f.zip
onfigs/ez80f910200zco/nettest: Configuration converted to use the kconfig-frontends tools
Diffstat (limited to 'nuttx/arch/z80/Kconfig')
-rw-r--r--nuttx/arch/z80/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/arch/z80/Kconfig b/nuttx/arch/z80/Kconfig
index b8b20c6f9..f1a9b5ce6 100644
--- a/nuttx/arch/z80/Kconfig
+++ b/nuttx/arch/z80/Kconfig
@@ -497,21 +497,18 @@ config ARCH_CHIP_Z8F6423
config ARCH_CHIP_EZ80F91
bool "EZ80F91"
select ARCH_CHIP_EZ80
- select HAVE_LOWSERIALINIT
---help---
ZiLOG EZ80F91 (ez80 Acclaim)
config ARCH_CHIP_EZ80F92
bool "EZ80F92"
select ARCH_CHIP_EZ80
- select HAVE_LOWSERIALINIT
---help---
ZiLOG EZ80F92 (ez80 Acclaim)
config ARCH_CHIP_EZ80F93
bool "EZ80F93"
select ARCH_CHIP_EZ80
- select HAVE_LOWSERIALINIT
---help---
ZiLOG EZ80F93 (ez80 Acclaim)
@@ -552,6 +549,8 @@ config ARCH_CHIP_Z8
config ARCH_CHIP_EZ80
bool
+ select HAVE_LOWSERIALINIT
+ select ARCH_HAVE_PHY
config HAVE_LOWSERIALINIT
bool