aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-02-27 17:32:41 -0500
committerLinus Walleij <linus.walleij@linaro.org>2013-03-06 20:48:03 -0500
commit1187ed87723899816128ec9f75edf4fad9c07dc6 (patch)
treec6df0ae7afb190b7577a6d13e15f1ea2415f9596 /arch/arm/mach-nomadik
parent266c347924f59b642d0f016e7f9891fdd7463108 (diff)
ARM: nomadik: convert to multiplatform
This converts the Nomadik to run in multiplatform mode, including the defconfig change. After this the "uImage" target in the kernel tree will no longer work, but we do not care about this. Instead we generate the uImage from the zImage using mkimage or update the bootloader to accept bootz. Some minor updates to the defconfig are done as part of this. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-nomadik')
-rw-r--r--arch/arm/mach-nomadik/Kconfig22
1 files changed, 19 insertions, 3 deletions
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig
index 82226a5d60ef..954f0e30f3a0 100644
--- a/arch/arm/mach-nomadik/Kconfig
+++ b/arch/arm/mach-nomadik/Kconfig
@@ -1,4 +1,21 @@
1if ARCH_NOMADIK 1config ARCH_NOMADIK
2 bool "ST-Ericsson Nomadik"
3 depends on ARCH_MULTI_V5
4 select ARCH_REQUIRE_GPIOLIB
5 select ARM_AMBA
6 select ARM_VIC
7 select CLKSRC_NOMADIK_MTU
8 select COMMON_CLK
9 select CPU_ARM926T
10 select GENERIC_CLOCKEVENTS
11 select MIGHT_HAVE_CACHE_L2X0
12 select PINCTRL
13 select PINCTRL_NOMADIK
14 select PINCTRL_STN8815
15 select SPARSE_IRQ
16 select USE_OF
17 help
18 Support for the Nomadik platform by ST-Ericsson
2 19
3menu "Nomadik boards" 20menu "Nomadik boards"
4 21
@@ -11,6 +28,5 @@ config MACH_NOMADIK_8815NHK
11endmenu 28endmenu
12 29
13config NOMADIK_8815 30config NOMADIK_8815
31 depends on ARCH_NOMADIK
14 bool 32 bool
15
16endif