projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5051b8
)
ARM: u300: only build for ARCH_MULTI_V5
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 20 Jun 2013 00:26:37 +0000
(
02:26
+0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 20 Jun 2013 10:20:47 +0000
(12:20 +0200)
This avoids impossible platform combinations, as we cannot
build a combined V5 + V6/V7 kernel.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-u300/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-u300/Kconfig
b/arch/arm/mach-u300/Kconfig
index
09f4dda
..
a85adcd
100644
(file)
--- a/
arch/arm/mach-u300/Kconfig
+++ b/
arch/arm/mach-u300/Kconfig
@@
-3,7
+3,7
@@
menu "ST-Ericsson AB U300/U335 Platform"
comment "ST-Ericsson Mobile Platform Products"
config ARCH_U300
- bool "ST-Ericsson U300 Series"
+ bool "ST-Ericsson U300 Series"
if ARCH_MULTI_V5
depends on MMU
select ARCH_REQUIRE_GPIOLIB
select ARM_AMBA