mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 21:48:49 +00:00
5aff1642ae
Signed-off-by: Harald Krapfenbauer <harald.krapfenbauer@bluetechnix.at> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
choice
|
|
prompt "System type"
|
|
default BFIN518F_EZBRD
|
|
help
|
|
Select your board!
|
|
|
|
config BFIN518F_EZBRD
|
|
bool "BF518F-EZBRD"
|
|
help
|
|
BF518-EZBRD board support.
|
|
|
|
config BFIN518F_TCM
|
|
bool "Bluetechnix TCM-BF518"
|
|
help
|
|
Bluetechnix TCM-BF518 board support.
|
|
|
|
endchoice
|