https://github.com/torvalds/linux
Raw File
Tip revision: 2bfc96a127bc1cc94d26bfaa40159966064f9c8c authored by Linus Torvalds on 29 August 2010, 15:36:04 UTC
Linux 2.6.36-rc3
Tip revision: 2bfc96a
Kconfig310
#
# SPEAr310 machine configuration file
#

if MACH_SPEAR310

choice
	prompt "SPEAr310 Boards"
	default BOARD_SPEAR310_EVB

config BOARD_SPEAR310_EVB
	bool "SPEAr310 Evaluation Board"
	help
	  Supports ST SPEAr310 Evaluation Board
endchoice

endif	#MACH_SPEAR310
back to top