14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
choice
|
|
prompt "System type"
|
|
default BFIN609_EZKIT
|
|
help
|
|
Select your board!
|
|
|
|
config BFIN609_EZKIT
|
|
bool "BF609-EZKIT"
|
|
help
|
|
BFIN609-EZKIT board support.
|
|
|
|
endchoice
|