aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2008-10-09 00:06:27 -0400
committerBryan Wu <cooloney@kernel.org>2008-10-09 00:06:27 -0400
commit49f7253cc9a5002c3f2aef4ab96df62204ac7052 (patch)
tree351c59daf5a32ffa111dc734fecf314ac2aa6a17 /arch/blackfin/Kconfig
parent46ce0d9a361b7b3de9a1c8dce1f2b636e395ab9e (diff)
Blackfin arch: add support for BF52x-0.2, BF533-0.6, and BF54x-0.2
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index b5027f575e0..554ac5827c1 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -182,7 +182,7 @@ config BF_REV_0_1
182 182
183config BF_REV_0_2 183config BF_REV_0_2
184 bool "0.2" 184 bool "0.2"
185 depends on (BF537 || BF536 || BF534) 185 depends on (BF52x || BF537 || BF536 || BF534 || BF54x)
186 186
187config BF_REV_0_3 187config BF_REV_0_3
188 bool "0.3" 188 bool "0.3"
@@ -196,6 +196,10 @@ config BF_REV_0_5
196 bool "0.5" 196 bool "0.5"
197 depends on (BF561 || BF533 || BF532 || BF531) 197 depends on (BF561 || BF533 || BF532 || BF531)
198 198
199config BF_REV_0_6
200 bool "0.6"
201 depends on (BF533 || BF532 || BF531)
202
199config BF_REV_ANY 203config BF_REV_ANY
200 bool "any" 204 bool "any"
201 205