blob: eaadc66d96b3581449e2bd25b5e97e4cd06ba7b6 [file] [log] [blame]
Viresh Kumare3978dc2012-04-19 22:23:13 +05301#
2# SPEAr13XX Machine configuration file
3#
4
5if ARCH_SPEAR13XX
6
7menu "SPEAr13xx Implementations"
8config MACH_SPEAR1310
9 bool "SPEAr1310 Machine support with Device Tree"
Viresh Kumar85ed41a2012-03-28 22:27:07 +053010 select PINCTRL_SPEAR1310
Viresh Kumare3978dc2012-04-19 22:23:13 +053011 help
12 Supports ST SPEAr1310 machine configured via the device-tree
13
14config MACH_SPEAR1340
15 bool "SPEAr1340 Machine support with Device Tree"
Viresh Kumar85ed41a2012-03-28 22:27:07 +053016 select PINCTRL_SPEAR1340
Viresh Kumare3978dc2012-04-19 22:23:13 +053017 help
18 Supports ST SPEAr1340 machine configured via the device-tree
19endmenu
20endif #ARCH_SPEAR13XX