summaryrefslogtreecommitdiff
path: root/arch/arm/mach-spear6xx/Kconfig
blob: bddba034f862c19a00b30ee74de4a2d2a032bfec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# SPEAr6XX Machine configuration file
#

if ARCH_SPEAR6XX

choice
	prompt "SPEAr6XX Family"
	default MACH_SPEAR600

config MACH_SPEAR600
	bool "SPEAr600"
	help
	  Supports ST SPEAr600 Machine
endchoice

# Adding SPEAr6XX machine specific configuration files
source "arch/arm/mach-spear6xx/Kconfig600"

endif #ARCH_SPEAR6XX