https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 190630c32c51ce8ddb57e33fb8d7dc3d6b0d1a9c authored by Jason Self on 02 October 2012, 16:50:50 UTC
Linux-libre 3.0.44-gnu1
Tip revision: 190630c
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