blob: 8bd37291fa4f00ff652a9232b011962b6ae273c0 [file] [log] [blame]
viresh kumarbc4e8142010-04-01 12:30:58 +01001#
2# SPEAr3XX Machine configuration file
3#
4
5if ARCH_SPEAR3XX
6
Ryan Mallon558d7742011-05-20 08:34:24 +01007menu "SPEAr3xx Implementations"
viresh kumarbc4e8142010-04-01 12:30:58 +01008config MACH_SPEAR300
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +05309 bool "SPEAr300 Machine support with Device Tree"
Viresh Kumare0373602012-03-29 08:30:19 +053010 select PINCTRL_SPEAR300
viresh kumarbc4e8142010-04-01 12:30:58 +010011 help
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053012 Supports ST SPEAr300 machine configured via the device-tree
viresh kumarbc4e8142010-04-01 12:30:58 +010013
14config MACH_SPEAR310
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053015 bool "SPEAr310 Machine support with Device Tree"
Viresh Kumare0373602012-03-29 08:30:19 +053016 select PINCTRL_SPEAR310
viresh kumarbc4e8142010-04-01 12:30:58 +010017 help
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053018 Supports ST SPEAr310 machine configured via the device-tree
viresh kumarbc4e8142010-04-01 12:30:58 +010019
20config MACH_SPEAR320
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053021 bool "SPEAr320 Machine support with Device Tree"
Viresh Kumare0373602012-03-29 08:30:19 +053022 select PINCTRL_SPEAR320
viresh kumarbc4e8142010-04-01 12:30:58 +010023 help
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053024 Supports ST SPEAr320 machine configured via the device-tree
25endmenu
viresh kumarbc4e8142010-04-01 12:30:58 +010026endif #ARCH_SPEAR3XX