aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-13 21:58:34 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-12 06:03:48 -0400
commitf8b556514c4481a500ace4745731f04a77c08d54 (patch)
tree5fbf58d92d6909ff9836a883430b933035a9d1ed /arch/blackfin/Kconfig
parentBlackfin: do not error if GPIO IRQ is requested already as GPIO (diff)
downloadlinux-dev-f8b556514c4481a500ace4745731f04a77c08d54.tar.xz
linux-dev-f8b556514c4481a500ace4745731f04a77c08d54.zip
Blackfin: set bf51x/bf52x to 0.0 rev by default and bf54x to 0.2
Update the default revs based on what we actually support (bf54x-0.[01] is too broken to use). Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 672b7b056c8e..cea2bfd64a56 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -263,8 +263,8 @@ config BF_REV_MAX
choice
prompt "Silicon Rev"
- default BF_REV_0_1 if (BF51x || BF52x || (BF54x && !BF54xM))
- default BF_REV_0_2 if (BF534 || BF536 || BF537)
+ default BF_REV_0_0 if (BF51x || BF52x)
+ default BF_REV_0_2 if (BF534 || BF536 || BF537 || (BF54x && !BF54xM))
default BF_REV_0_3 if (BF531 || BF532 || BF533 || BF54xM || BF561)
config BF_REV_0_0