Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1459002 > unrolled thread

[PATCH 4/4] ARM: davinci_all_defconfig: Enable AEMIF as a module

Started byKarl Beldan <kbeldan@baylibre.com>
First post2016-08-09 19:20 +0200
Last post2016-08-09 19:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/4] ARM: davinci_all_defconfig: Enable AEMIF as a module Karl Beldan <kbeldan@baylibre.com> - 2016-08-09 19:20 +0200

#1459002 — [PATCH 4/4] ARM: davinci_all_defconfig: Enable AEMIF as a module

FromKarl Beldan <kbeldan@baylibre.com>
Date2016-08-09 19:20 +0200
Subject[PATCH 4/4] ARM: davinci_all_defconfig: Enable AEMIF as a module
Message-ID<s4iR3-24N-9@gated-at.bofh.it>
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>
---
 arch/arm/configs/davinci_all_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig
index d037d3d..2802897 100644
--- a/arch/arm/configs/davinci_all_defconfig
+++ b/arch/arm/configs/davinci_all_defconfig
@@ -192,6 +192,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
-- 
2.9.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web