eeprom: at25: remove nvmem regmap dependency
[cascardo/linux.git] / drivers / misc / eeprom / Kconfig
index cfc493c..c4e41c2 100644 (file)
@@ -3,7 +3,6 @@ menu "EEPROM support"
 config EEPROM_AT24
        tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
        depends on I2C && SYSFS
-       select REGMAP
        select NVMEM
        help
          Enable this driver to get read/write support to most I2C EEPROMs
@@ -32,7 +31,6 @@ config EEPROM_AT24
 config EEPROM_AT25
        tristate "SPI EEPROMs from most vendors"
        depends on SPI && SYSFS
-       select REGMAP
        select NVMEM
        help
          Enable this driver to get read/write support to most SPI EEPROMs,