https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 342c451940dc222f5757a1ff054177a1f6611fc4 authored by Jason Self on 17 January 2013, 16:48:16 UTC
Linux-libre 3.0.59-gnu1
Tip revision: 342c451
Kconfig
choice
	prompt "System type"
	default BFIN518F_EZBRD
	help
	  Select your board!

config BFIN518F_EZBRD
	bool "BF518F-EZBRD"
	help
	  BF518-EZBRD board support.

config BFIN518F_TCM
       bool "Bluetechnix TCM-BF518"
       help
         Bluetechnix TCM-BF518 board support.

endchoice
back to top