https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ecc66471615b25c97f94a29fdab02657e2d64b56 authored by Jason Self on 01 August 2010, 22:11:23 UTC
Linux-libre 2.6.35-gnu1
Tip revision: ecc6647
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