https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 12356285c7ecb022464b8f4bd436b90620b13357 authored by Jason Self on 03 February 2012, 17:19:59 UTC
Linux-libre 3.0.19-gnu1
Tip revision: 1235628
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