You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
325 B
20 lines
325 B
#
|
|
# 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
|
|
|