| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 1 | # | 
 | 2 | # SPEAr3XX Machine configuration file | 
 | 3 | # | 
 | 4 |  | 
 | 5 | if ARCH_SPEAR3XX | 
 | 6 |  | 
| Ryan Mallon | 558d774 | 2011-05-20 08:34:24 +0100 | [diff] [blame] | 7 | menu "SPEAr3xx Implementations" | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 8 | config MACH_SPEAR300 | 
| Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 9 | 	bool "SPEAr300 Machine support with Device Tree" | 
| Viresh Kumar | e037360 | 2012-03-29 08:30:19 +0530 | [diff] [blame^] | 10 | 	select PINCTRL_SPEAR300 | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 11 | 	help | 
| Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 12 | 	  Supports ST SPEAr300 machine configured via the device-tree | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 13 |  | 
 | 14 | config MACH_SPEAR310 | 
| Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 15 | 	bool "SPEAr310 Machine support with Device Tree" | 
| Viresh Kumar | e037360 | 2012-03-29 08:30:19 +0530 | [diff] [blame^] | 16 | 	select PINCTRL_SPEAR310 | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 17 | 	help | 
| Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 18 | 	  Supports ST SPEAr310 machine configured via the device-tree | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 19 |  | 
 | 20 | config MACH_SPEAR320 | 
| Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 21 | 	bool "SPEAr320 Machine support with Device Tree" | 
| Viresh Kumar | e037360 | 2012-03-29 08:30:19 +0530 | [diff] [blame^] | 22 | 	select PINCTRL_SPEAR320 | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 23 | 	help | 
| Viresh Kumar | c5fa4fd | 2012-03-23 00:17:43 +0530 | [diff] [blame] | 24 | 	  Supports ST SPEAr320 machine configured via the device-tree | 
 | 25 | endmenu | 
| viresh kumar | bc4e814 | 2010-04-01 12:30:58 +0100 | [diff] [blame] | 26 | endif #ARCH_SPEAR3XX |