diff mbox series

[5/6] ARM: defconfig: lpc32xx: enable generic SRAM driver

Message ID 20190125220348.5357-6-vz@mleia.com (mailing list archive)
State Mainlined, archived
Commit 5bd7f4b537c28aa77541df70ed2ac806794b0482
Headers show
Series ARM: defconfig: lpc32xx: update NXP LPC32xx defconfig | expand

Commit Message

Vladimir Zapolskiy Jan. 25, 2019, 10:03 p.m. UTC
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 <vz@mleia.com>
---
 arch/arm/configs/lpc32xx_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index b7aeef246134..154bdeefa1a9 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