1# SPDX-License-Identifier: GPL-2.0 2choice 3 prompt "System type" 4 default BFIN527_EZKIT 5 help 6 Select your board! 7 8config BFIN527_EZKIT 9 bool "BF527-EZKIT" 10 help 11 BF527-EZKIT-LITE board support. 12 13config BFIN527_EZKIT_V2 14 bool "BF527-EZKIT-V2" 15 help 16 BF527-EZKIT-LITE V2.1+ board support. 17 18config BFIN527_BLUETECHNIX_CM 19 bool "Bluetechnix CM-BF527" 20 help 21 CM-BF527 support for EVAL- and DEV-Board. 22 23config BFIN526_EZBRD 24 bool "BF526-EZBRD" 25 help 26 BF526-EZBRD/EZKIT Lite board support. 27 28config BFIN527_AD7160EVAL 29 bool "BF527-AD7160-EVAL" 30 help 31 BF527-AD7160-EVAL board support. 32 33config BFIN527_TLL6527M 34 bool "The Learning Labs TLL6527M" 35 help 36 TLL6527M V1.0 platform support 37 38endchoice 39