mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
bfin-otp: add BF51x to the supported arch list
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
43acb9cdef
commit
f69b2d7e97
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ config BRIQ_PANEL
|
||||||
|
|
||||||
config BFIN_OTP
|
config BFIN_OTP
|
||||||
tristate "Blackfin On-Chip OTP Memory Support"
|
tristate "Blackfin On-Chip OTP Memory Support"
|
||||||
depends on BLACKFIN && (BF52x || BF54x)
|
depends on BLACKFIN && (BF51x || BF52x || BF54x)
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
If you say Y here, you will get support for a character device
|
If you say Y here, you will get support for a character device
|
||||||
|
|
Loading…
Reference in a new issue