Browse Source

Blackfin: bf51x: enable support for 0.2 silicon

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 15 years ago
parent
commit
8060bb6f59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/blackfin/Kconfig

+ 1 - 1
arch/blackfin/Kconfig

@@ -300,7 +300,7 @@ config BF_REV_0_1
 
 config BF_REV_0_2
 	bool "0.2"
-	depends on (BF52x || BF537 || BF536 || BF534 || (BF54x && !BF54xM))
+	depends on (BF51x || BF52x || BF537 || BF536 || BF534 || (BF54x && !BF54xM))
 
 config BF_REV_0_3
 	bool "0.3"