diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-17 02:49:41 +0300 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 08:15:45 +0300 |
commit | 5df326aca48b8631c9e3c90c76d7e9f0b466a721 (patch) | |
tree | 2cfa75ca3aab344c45711f37bcec734fa6f71fa1 /arch/blackfin/mach-bf518 | |
parent | 2f5a0864025743aeae20669984c1a998fe263194 (diff) | |
download | linux-5df326aca48b8631c9e3c90c76d7e9f0b466a721.tar.xz |
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-bf518')
-rw-r--r-- | arch/blackfin/mach-bf518/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf518/Kconfig b/arch/blackfin/mach-bf518/Kconfig index 4c76fefb7a3b..4ab2d166c832 100644 --- a/arch/blackfin/mach-bf518/Kconfig +++ b/arch/blackfin/mach-bf518/Kconfig @@ -1,3 +1,7 @@ +config BF51x + def_bool y + depends on (BF512 || BF514 || BF516 || BF518) + if (BF51x) source "arch/blackfin/mach-bf518/boards/Kconfig" |