aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-15 15:49:17 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-15 15:49:17 +0800
commitd07f4380313f3b15eb05797ddfb9a57419178846 (patch)
tree2e4910639c0a247cf6bafa7f41051c66e669a15a /arch/blackfin/Kconfig
parentBlackfin arch: add a compatible DOUBLE_FAULT define to enable resets on double faults in either core (diff)
downloadlinux-dev-d07f4380313f3b15eb05797ddfb9a57419178846.tar.xz
linux-dev-d07f4380313f3b15eb05797ddfb9a57419178846.zip
Blackfin arch: fix silicon rev display and selection for BF52x/BF54x
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index baa55da5fa5e..f530886362aa 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -166,11 +166,11 @@ choice
config BF_REV_0_0
bool "0.0"
- depends on (BF549 || BF527)
+ depends on (BF52x || BF54x)
config BF_REV_0_1
- bool "0.2"
- depends on (BF549 || BF527)
+ bool "0.1"
+ depends on (BF52x || BF54x)
config BF_REV_0_2
bool "0.2"