diff options
author | Karl Beldan <kbeldan@baylibre.com> | 2016-08-16 18:33:36 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-08-17 10:55:21 -0400 |
commit | 66f3cd90016196166d50964f14d62b12de9ac281 (patch) | |
tree | 2ec4c49082575c272a092254bfe0ee3efa6e0275 | |
parent | 78d3534c755768e46f80bed21520e72a4f910787 (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_defconfig | 2 |
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 | |||
178 | CONFIG_RTC_DRV_OMAP=m | 178 | CONFIG_RTC_DRV_OMAP=m |
179 | CONFIG_DMADEVICES=y | 179 | CONFIG_DMADEVICES=y |
180 | CONFIG_TI_EDMA=y | 180 | CONFIG_TI_EDMA=y |
181 | CONFIG_MEMORY=y | ||
182 | CONFIG_TI_AEMIF=m | ||
181 | CONFIG_EXT2_FS=y | 183 | CONFIG_EXT2_FS=y |
182 | CONFIG_EXT3_FS=y | 184 | CONFIG_EXT3_FS=y |
183 | CONFIG_XFS_FS=m | 185 | CONFIG_XFS_FS=m |