Kconfig 330 Bytes
#
# SPEAr6XX Machine configuration file
#

if ARCH_SPEAR6XX

menu "SPEAr6xx Implementations"
config BOARD_SPEAR600_EVB
	bool "SPEAr600 Evaluation Board"
	select MACH_SPEAR600
	help
	  Supports ST SPEAr600 Evaluation Board

endmenu

config MACH_SPEAR600
	bool "SPEAr600"
	help
	  Supports ST SPEAr600 Machine

endif #ARCH_SPEAR6XX