aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Beldan <kbeldan@baylibre.com>2016-08-16 18:33:36 -0400
committerSekhar Nori <nsekhar@ti.com>2016-08-17 10:55:21 -0400
commit66f3cd90016196166d50964f14d62b12de9ac281 (patch)
tree2ec4c49082575c272a092254bfe0ee3efa6e0275
parent78d3534c755768e46f80bed21520e72a4f910787 (diff)
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 <kbeldan@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--arch/arm/configs/davinci_all_defconfig2
1 files changed, 2 insertions, 0 deletions
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
178CONFIG_RTC_DRV_OMAP=m 178CONFIG_RTC_DRV_OMAP=m
179CONFIG_DMADEVICES=y 179CONFIG_DMADEVICES=y
180CONFIG_TI_EDMA=y 180CONFIG_TI_EDMA=y
181CONFIG_MEMORY=y
182CONFIG_TI_AEMIF=m
181CONFIG_EXT2_FS=y 183CONFIG_EXT2_FS=y
182CONFIG_EXT3_FS=y 184CONFIG_EXT3_FS=y
183CONFIG_XFS_FS=m 185CONFIG_XFS_FS=m