Skip to content

Commit

Permalink
Blackfin: allow people to select BF51x-0.1 silicon rev
Browse files Browse the repository at this point in the history
Now that 0.1 of the BF51x is coming out, allow people to build for it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Jun 23, 2009
1 parent dc2c46b commit 3d15f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d15f30

Please sign in to comment.