diff options
author | Karl Beldan <kbeldan@baylibre.com> | 2016-08-17 01:33:36 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-08-17 17:55:21 +0300 |
commit | 66f3cd90016196166d50964f14d62b12de9ac281 (patch) | |
tree | 2ec4c49082575c272a092254bfe0ee3efa6e0275 /arch/arm/configs | |
parent | 78d3534c755768e46f80bed21520e72a4f910787 (diff) | |
download | linux-66f3cd90016196166d50964f14d62b12de9ac281.tar.xz |
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>
Diffstat (limited to 'arch/arm/configs')
-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 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 |