• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1choice
2	prompt "System type"
3	default BFIN548_EZKIT
4	help
5	  Select your board!
6
7config BFIN548_EZKIT
8	bool "BF548-EZKIT"
9	help
10	  BFIN548-EZKIT board support.
11
12config BFIN548_BLUETECHNIX_CM
13	bool "Bluetechnix CM-BF548"
14	depends on (BF548)
15	help
16	  CM-BF548 support for DEV-Board.
17
18endchoice
19