From 9035e07120245e2ebeaf4a2102f843300c5319e8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 27 Nov 2014 11:08:27 -0600 Subject: Widen the name space: Rename CONFIG_SPI_EEPROM to CONFIG_EEPROM so that I2C EEPROMs can live there too --- nuttx/drivers/Kconfig | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'nuttx/drivers/Kconfig') 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 -- cgit v1.2.3