From: Scott Branden Date: Tue, 18 Oct 2016 20:40:02 +0000 (-0700) Subject: arm64: defconfig: enable EEPROM_AT25 config option X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4f43c501db32138ca50d3bcef9d5f509db050059;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm64: defconfig: enable EEPROM_AT25 config option Enable support for on board SPI EEPROM by setting CONFIG_EEPROM_AT25=m Signed-off-by: Scott Branden Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index bc4eedf49387..c3fde6f16974 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -148,6 +148,7 @@ CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m CONFIG_VIRTIO_BLK=y +CONFIG_EEPROM_AT25=m CONFIG_SRAM=y # CONFIG_SCSI_PROC_FS is not set CONFIG_BLK_DEV_SD=y