diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-09-12 00:40:42 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-12 18:11:48 +0300 |
commit | 5a4ca019f6276429945d4b15691552d522c9a3ac (patch) | |
tree | 8e3e7840b4b49852dbeb7957987a19fad7a813c5 /arch/arm/configs/ixp4xx_defconfig | |
parent | 0fd64e61d2e388f61c97016e2a46e9dbe64147e8 (diff) | |
download | linux-5a4ca019f6276429945d4b15691552d522c9a3ac.tar.xz |
ARM: config: ixp4xx: Disable legacy EEPROM driver
This disables the legacy EEPROM driver, we only need
the new AT24 driver.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220911214042.1857352-1-linus.walleij@linaro.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/ixp4xx_defconfig')
-rw-r--r-- | arch/arm/configs/ixp4xx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig index 6b65ac2a72e7..3cb995b9616a 100644 --- a/arch/arm/configs/ixp4xx_defconfig +++ b/arch/arm/configs/ixp4xx_defconfig @@ -99,7 +99,7 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_EEPROM_AT24=y -CONFIG_EEPROM_LEGACY=y +# CONFIG_EEPROM_LEGACY is not set # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y # CONFIG_BLK_DEV_BSG is not set |