mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 11:55:53 +00:00
dc26aec25d
Add supporing for Blackfin BF538 and BF539 processors. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
choice
|
|
prompt "System type"
|
|
default BFIN538_EZKIT
|
|
help
|
|
Select your board!
|
|
|
|
config BFIN538_EZKIT
|
|
bool "BF538-EZKIT"
|
|
help
|
|
BF538-EZKIT-LITE board support.
|
|
|
|
endchoice
|