summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-11-28 07:30:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-28 15:21:25 +0100
commitaf0c68eb96a31f6ce3b8285750ec0b28b6274877 (patch)
tree597ff8503f531a2a5c64b58b07c17161cf13aa1f /arch/arm/mach-ep93xx
parent9837285c67c0ca37cc80623790401327f67a7977 (diff)
downloadbarebox-af0c68eb96a31f6ce3b8285750ec0b28b6274877.tar.gz
barebox-af0c68eb96a31f6ce3b8285750ec0b28b6274877.tar.xz
ARM: ep93xx: let broken SoCs depend on BROKEN
Compilation with these SoCs fails with CONFIG_EP93XX_SDRAM_BANK3_SIZE undefined. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r--arch/arm/mach-ep93xx/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig
index 91f6c8ec47..f805a8fd52 100644
--- a/arch/arm/mach-ep93xx/Kconfig
+++ b/arch/arm/mach-ep93xx/Kconfig
@@ -18,12 +18,15 @@ config ARCH_EP9302
bool "EP9302"
config ARCH_EP9307
+ depends on BROKEN
bool "EP9307"
config ARCH_EP9312
+ depends on BROKEN
bool "EP9312"
config ARCH_EP9315
+ depends on BROKEN
bool "EP9315"
endchoice