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