mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
Blackfin arch: fix silicon rev display and selection for BF52x/BF54x
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user