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 |
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
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(+)