https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e79f2cb5fa9da501de3a0d10b6fcd43e655a66e6 authored by Jason Self on 26 February 2016, 13:08:40 UTC
Linux-libre 3.12.55-gnu
Tip revision: e79f2cb
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