Skip to content

Commit

Permalink
Blackfin arch: fix silicon rev display and selection for BF52x/BF54x
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 15, 2007
1 parent fa43cd8 commit d07f438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ choice

config BF_REV_0_0
bool "0.0"
depends on (BF549 || BF527)
depends on (BF52x || BF54x)

config BF_REV_0_1
bool "0.2"
depends on (BF549 || BF527)
bool "0.1"
depends on (BF52x || BF54x)

config BF_REV_0_2
bool "0.2"
Expand Down

0 comments on commit d07f438

Please sign in to comment.