projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc2c46b
)
Blackfin: allow people to select BF51x-0.1 silicon rev
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 15 Jun 2009 16:21:44 +0000
(16:21 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 23 Jun 2009 01:15:51 +0000
(21:15 -0400)
Now that 0.1 of the BF51x is coming out, allow people to build for it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/Kconfig
patch
|
blob
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index
8ea0d94
..
c2c4a62
100644
(file)
--- 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 (BF5
1x || BF5
2x || (BF54x && !BF54xM))
config BF_REV_0_2
bool "0.2"