summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-27 11:08:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-27 11:08:27 -0600
commit9035e07120245e2ebeaf4a2102f843300c5319e8 (patch)
treef6199e2a5408d4180b6f02dc2b5dec5c7958a512 /nuttx/drivers/Kconfig
parent5fe17528c22de1e6c8b591892ae97b2d327fbc21 (diff)
downloadpx4-nuttx-9035e07120245e2ebeaf4a2102f843300c5319e8.tar.gz
px4-nuttx-9035e07120245e2ebeaf4a2102f843300c5319e8.tar.bz2
px4-nuttx-9035e07120245e2ebeaf4a2102f843300c5319e8.zip
Widen the name space: Rename CONFIG_SPI_EEPROM to CONFIG_EEPROM so that I2C EEPROMs can live there too
Diffstat (limited to 'nuttx/drivers/Kconfig')
-rw-r--r--nuttx/drivers/Kconfig21
1 files changed, 10 insertions, 11 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index f2eb26efb..34ea89a13 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -207,19 +207,8 @@ menuconfig SPI
if SPI
source drivers/spi/Kconfig
-
-menuconfig SPI_EEPROM
- bool "SPI EEPROM support"
- default n
- ---help---
- This directory holds implementations of SPI EEPROM drivers
-
-if SPI_EEPROM
-source drivers/eeprom/Kconfig
endif
-endif # SPI
-
menuconfig I2S
bool "I2S Driver Support"
default n
@@ -422,6 +411,16 @@ if MTD
source drivers/mtd/Kconfig
endif # MTD
+menuconfig EEPROM
+ bool "EEPROM support"
+ default n
+ ---help---
+ This directory holds implementations of EEPROM drivers.
+
+if EEPROM
+source drivers/eeprom/Kconfig
+endif
+
menuconfig NETDEVICES
bool "Network Device/PHY Support"
default n if !ARCH_HAVE_PHY