https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 86fcd6bc194283bcf2e36f5e5aa03cc33079be28 authored by Jason Self on 20 August 2010, 18:52:12 UTC
Linux-libre 2.6.34.5-gnu1
Tip revision: 86fcd6b
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