summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear6xx/Kconfig
blob: ff4ae5ba00f19b7015163ca9d09d92fc3870e791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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