https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 19a79146b2f87389da12e68a11d45872e89cd0b3 authored by Jason Self on 13 August 2010, 20:24:53 UTC
Linux-libre 2.6.32.19-gnu1
Tip revision: 19a7914
Kconfig
choice
	prompt "System type"
	default BFIN518F_EZBRD
	help
	  Select your board!

config BFIN518F_EZBRD
	bool "BF518F-EZBRD"
	help
	  BF518-EZBRD board support.

endchoice
back to top