2012-04-20 00:53:13 +08:00
|
|
|
#
|
|
|
|
# SPEAr13XX Machine configuration file
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_SPEAR13XX
|
|
|
|
|
|
|
|
menu "SPEAr13xx Implementations"
|
|
|
|
config MACH_SPEAR1310
|
|
|
|
bool "SPEAr1310 Machine support with Device Tree"
|
2012-03-29 00:57:07 +08:00
|
|
|
select PINCTRL_SPEAR1310
|
2012-04-20 00:53:13 +08:00
|
|
|
help
|
|
|
|
Supports ST SPEAr1310 machine configured via the device-tree
|
|
|
|
|
|
|
|
config MACH_SPEAR1340
|
|
|
|
bool "SPEAr1340 Machine support with Device Tree"
|
2012-03-29 00:57:07 +08:00
|
|
|
select PINCTRL_SPEAR1340
|
2012-04-20 00:53:13 +08:00
|
|
|
help
|
|
|
|
Supports ST SPEAr1340 machine configured via the device-tree
|
|
|
|
endmenu
|
|
|
|
endif #ARCH_SPEAR13XX
|