https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3cc71ec1025eb72bccc6f746fe805e499c606e9e authored by Jason Self on 10 February 2014, 22:36:38 UTC
Linux-libre 2.6.34.15-gnu1
Tip revision: 3cc71ec
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