mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 17:26:47 +07: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
|