ARM: u300: only build for ARCH_MULTI_V5
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>
This commit is contained in:
parent
e5051b8472
commit
688c240b0b
|
@ -3,7 +3,7 @@ menu "ST-Ericsson AB U300/U335 Platform"
|
||||||
comment "ST-Ericsson Mobile Platform Products"
|
comment "ST-Ericsson Mobile Platform Products"
|
||||||
|
|
||||||
config ARCH_U300
|
config ARCH_U300
|
||||||
bool "ST-Ericsson U300 Series"
|
bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
|
||||||
depends on MMU
|
depends on MMU
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select ARM_AMBA
|
select ARM_AMBA
|
||||||
|
|
Loading…
Reference in New Issue