1choice
2	prompt "System type"
3	default BFIN518F_EZBRD
4	help
5	  Select your board!
6
7config BFIN518F_EZBRD
8	bool "BF518F-EZBRD"
9	help
10	  BF518-EZBRD board support.
11
12config BFIN518F_TCM
13       bool "Bluetechnix TCM-BF518"
14       help
15         Bluetechnix TCM-BF518 board support.
16
17endchoice
18