]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/Kconfig
Blackfin arch: fix default silicon rev selection so it works for all supported parts
[linux-2.6-omap-h63xx.git] / arch / blackfin / Kconfig
index 423ecfb9e914accb8f780eded51d1329b6d55c90..b5027f575e028555686a98048617cb07c0d4d948 100644 (file)
@@ -168,10 +168,9 @@ endchoice
 
 choice
        prompt "Silicon Rev"
-       default BF_REV_0_1 if BF527
-       default BF_REV_0_2 if BF537
-       default BF_REV_0_3 if BF533
-       default BF_REV_0_0 if BF549
+       default BF_REV_0_1 if (BF52x || BF54x)
+       default BF_REV_0_2 if (BF534 || BF536 || BF537)
+       default BF_REV_0_3 if (BF531 || BF532 || BF533 || BF561)
 
 config BF_REV_0_0
        bool "0.0"