From: Vladimir Zapolskiy Date: Fri, 25 Jan 2019 22:03:47 +0000 (+0200) Subject: ARM: defconfig: lpc32xx: enable generic SRAM driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5bd7f4b537c28aa77541df70ed2ac806794b0482;p=linux.git ARM: defconfig: lpc32xx: enable generic SRAM driver NXP LPC32xx SoCs contain an IRAM area, which is supported by the generic MMIO SRAM driver, enable the driver to be built by default. Signed-off-by: Vladimir Zapolskiy --- diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index b7aeef2461344..154bdeefa1a9d 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig @@ -56,6 +56,7 @@ CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=1 CONFIG_BLK_DEV_RAM_SIZE=16384 +CONFIG_SRAM=y CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT25=y CONFIG_SCSI=y