https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e86668840ca55d4fae7d97455e4c5e54f5526cd2 authored by Jason Self on 17 October 2011, 16:51:10 UTC
Linux-libre 3.0.7-gnu1
Tip revision: e866688
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