mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 15:36:43 +07:00
22a8262885
Add machine files for bf60x including head files, Kconfig/Makefile and board file. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
choice
|
|
prompt "System type"
|
|
default BFIN609_EZKIT
|
|
help
|
|
Select your board!
|
|
|
|
config BFIN609_EZKIT
|
|
bool "BF609-EZKIT"
|
|
help
|
|
BFIN609-EZKIT board support.
|
|
|
|
endchoice
|