diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-01-26 21:19:54 +0100 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-26 21:19:54 +0100 |
commit | 0eb6da20681db9b5d5769d3e1aca877f4a77d8fb (patch) | |
tree | da9541a1df5ec189af37a5cb22b548534ed8c064 /drivers/misc/Kconfig | |
parent | e51d565ff6bb1cedc10568425511badf0633a212 (diff) |
eeprom: Move 93cx6 eeprom driver to /drivers/misc/eeprom
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6c9cd9d3008..56073199ceb 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -87,14 +87,6 @@ config PHANTOM If you choose to build module, its name will be phantom. If unsure, say N here. -config EEPROM_93CX6 - tristate "EEPROM 93CX6 support" - ---help--- - This is a driver for the EEPROM chipsets 93c46 and 93c66. - The driver supports both read as well as write commands. - - If unsure, say N. - config SGI_IOC4 tristate "SGI IOC4 Base IO support" depends on PCI |