2010-04-01 19:30:58 +08:00
|
|
|
#
|
|
|
|
# SPEAr3XX Machine configuration file
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_SPEAR3XX
|
|
|
|
|
2011-05-20 15:34:24 +08:00
|
|
|
menu "SPEAr3xx Implementations"
|
2010-04-01 19:30:58 +08:00
|
|
|
config MACH_SPEAR300
|
2012-03-23 02:47:43 +08:00
|
|
|
bool "SPEAr300 Machine support with Device Tree"
|
2012-03-29 11:00:19 +08:00
|
|
|
select PINCTRL_SPEAR300
|
2010-04-01 19:30:58 +08:00
|
|
|
help
|
2012-03-23 02:47:43 +08:00
|
|
|
Supports ST SPEAr300 machine configured via the device-tree
|
2010-04-01 19:30:58 +08:00
|
|
|
|
|
|
|
config MACH_SPEAR310
|
2012-03-23 02:47:43 +08:00
|
|
|
bool "SPEAr310 Machine support with Device Tree"
|
2012-03-29 11:00:19 +08:00
|
|
|
select PINCTRL_SPEAR310
|
2010-04-01 19:30:58 +08:00
|
|
|
help
|
2012-03-23 02:47:43 +08:00
|
|
|
Supports ST SPEAr310 machine configured via the device-tree
|
2010-04-01 19:30:58 +08:00
|
|
|
|
|
|
|
config MACH_SPEAR320
|
2012-03-23 02:47:43 +08:00
|
|
|
bool "SPEAr320 Machine support with Device Tree"
|
2012-03-29 11:00:19 +08:00
|
|
|
select PINCTRL_SPEAR320
|
2010-04-01 19:30:58 +08:00
|
|
|
help
|
2012-03-23 02:47:43 +08:00
|
|
|
Supports ST SPEAr320 machine configured via the device-tree
|
|
|
|
endmenu
|
2010-04-01 19:30:58 +08:00
|
|
|
endif #ARCH_SPEAR3XX
|