From: Karl Beldan Date: Tue, 16 Aug 2016 22:33:36 +0000 (+0000) Subject: ARM: davinci_all_defconfig: Enable AEMIF as a module X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=66f3cd90016196166d50964f14d62b12de9ac281;p=linux-beck.git ARM: davinci_all_defconfig: Enable AEMIF as a module This enables the use of the memory/ti-aemif.c driver. ATM most davinci boards use the mach-davinci aemif code which gets in the way of genericity and proper DT boot. Signed-off-by: Karl Beldan Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index b7850f80a5d8..cc94af9dce2e 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -178,6 +178,8 @@ CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_OMAP=m CONFIG_DMADEVICES=y CONFIG_TI_EDMA=y +CONFIG_MEMORY=y +CONFIG_TI_AEMIF=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_XFS_FS=m