mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00:00
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
|