diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-15 16:21:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-22 21:15:51 -0400 |
commit | 3d15f302d089d0583463745cbece077c1e8294b1 (patch) | |
tree | a46263dc4fad4f248fee38ab506fcc989561462c /arch/blackfin/Kconfig | |
parent | dc2c46bb702629d20a3786e10b540c7dcf2c017f (diff) | |
download | op-kernel-dev-3d15f302d089d0583463745cbece077c1e8294b1.zip op-kernel-dev-3d15f302d089d0583463745cbece077c1e8294b1.tar.gz |
Blackfin: allow people to select BF51x-0.1 silicon rev
Now that 0.1 of the BF51x is coming out, allow people to build for it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 8ea0d94..c2c4a62 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -274,7 +274,7 @@ config BF_REV_0_0 config BF_REV_0_1 bool "0.1" - depends on (BF52x || (BF54x && !BF54xM)) + depends on (BF51x || BF52x || (BF54x && !BF54xM)) config BF_REV_0_2 bool "0.2" |