blob: d9fe11cb6f16d6de7ba4b795639047fb364ef1d3 [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 kumarbc4e8142010-04-01 12:30:58 +010010 help
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053011 Supports ST SPEAr300 machine configured via the device-tree
viresh kumarbc4e8142010-04-01 12:30:58 +010012
13config MACH_SPEAR310
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053014 bool "SPEAr310 Machine support with Device Tree"
viresh kumarbc4e8142010-04-01 12:30:58 +010015 help
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053016 Supports ST SPEAr310 machine configured via the device-tree
viresh kumarbc4e8142010-04-01 12:30:58 +010017
18config MACH_SPEAR320
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053019 bool "SPEAr320 Machine support with Device Tree"
viresh kumarbc4e8142010-04-01 12:30:58 +010020 help
Viresh Kumarc5fa4fd2012-03-23 00:17:43 +053021 Supports ST SPEAr320 machine configured via the device-tree
22endmenu
viresh kumarbc4e8142010-04-01 12:30:58 +010023endif #ARCH_SPEAR3XX