summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger2009-11-17 00:49:41 +0100
committerMike Frysinger2009-12-15 06:15:45 +0100
commit5df326aca48b8631c9e3c90c76d7e9f0b466a721 (patch)
tree2cfa75ca3aab344c45711f37bcec734fa6f71fa1 /arch/blackfin/mach-bf527/Kconfig
parentBlackfin: finish_atomic_sections: optimize the RTS step (diff)
downloadkernel-qcow2-linux-5df326aca48b8631c9e3c90c76d7e9f0b466a721.tar.gz
kernel-qcow2-linux-5df326aca48b8631c9e3c90c76d7e9f0b466a721.tar.xz
kernel-qcow2-linux-5df326aca48b8631c9e3c90c76d7e9f0b466a721.zip
Blackfin: push BF5Xx configs down into mach-specific Kconfigs
While we're moving the BF54x code, have the BF54xM variants select the normal BF54x values so that the rest of the Kconfig tree doesn't need to check the BF54xM variant everytime it wants to check the BF54x. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/Kconfig')
-rw-r--r--arch/blackfin/mach-bf527/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf527/Kconfig b/arch/blackfin/mach-bf527/Kconfig
index 848ac6f86823..1f8cbe9d6b9a 100644
--- a/arch/blackfin/mach-bf527/Kconfig
+++ b/arch/blackfin/mach-bf527/Kconfig
@@ -1,3 +1,7 @@
+config BF52x
+ def_bool y
+ depends on (BF522 || BF523 || BF524 || BF525 || BF526 || BF527)
+
if (BF52x)
source "arch/blackfin/mach-bf527/boards/Kconfig"