aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
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 b5027f575e02..554ac5827c1d 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