Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame^] | 1 | menuconfig ARCH_SIRF |
Arnd Bergmann | cf82e0e | 2013-03-19 17:45:37 +0100 | [diff] [blame] | 2 | bool "CSR SiRF" if ARCH_MULTI_V7 |
Barry Song | e7eda91 | 2014-01-10 03:15:42 +0000 | [diff] [blame] | 3 | select ARCH_HAS_RESET_CONTROLLER |
Arnd Bergmann | cf82e0e | 2013-03-19 17:45:37 +0100 | [diff] [blame] | 4 | select ARCH_REQUIRE_GPIOLIB |
Arnd Bergmann | cf82e0e | 2013-03-19 17:45:37 +0100 | [diff] [blame] | 5 | select GENERIC_IRQ_CHIP |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 6 | select NO_IOPORT_MAP |
Arnd Bergmann | cf82e0e | 2013-03-19 17:45:37 +0100 | [diff] [blame] | 7 | select PINCTRL |
| 8 | select PINCTRL_SIRF |
| 9 | help |
| 10 | Support for CSR SiRFprimaII/Marco/Polo platforms |
| 11 | |
Barry Song | 156a099 | 2012-08-23 13:41:58 +0800 | [diff] [blame] | 12 | if ARCH_SIRF |
| 13 | |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame^] | 14 | comment "CSR SiRF atlas6/primaII/Marco/Polo Specific Features" |
Barry Song | d4fe49e | 2013-03-18 15:04:38 +0800 | [diff] [blame] | 15 | |
| 16 | config ARCH_ATLAS6 |
| 17 | bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform" |
| 18 | default y |
Barry Song | d4fe49e | 2013-03-18 15:04:38 +0800 | [diff] [blame] | 19 | select SIRF_IRQ |
| 20 | help |
| 21 | Support for CSR SiRFSoC ARM Cortex A9 Platform |
Barry Song | 156a099 | 2012-08-23 13:41:58 +0800 | [diff] [blame] | 22 | |
| 23 | config ARCH_PRIMA2 |
| 24 | bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" |
| 25 | default y |
Barry Song | c1e3c11 | 2012-08-23 13:41:59 +0800 | [diff] [blame] | 26 | select SIRF_IRQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 27 | select ZONE_DMA |
Barry Song | 156a099 | 2012-08-23 13:41:58 +0800 | [diff] [blame] | 28 | help |
| 29 | Support for CSR SiRFSoC ARM Cortex A9 Platform |
| 30 | |
Barry Song | 4898de3 | 2012-12-20 19:37:32 +0800 | [diff] [blame] | 31 | config ARCH_MARCO |
| 32 | bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform" |
| 33 | default y |
| 34 | select ARM_GIC |
Stephen Boyd | 4c3ffff | 2013-02-27 15:28:14 -0800 | [diff] [blame] | 35 | select HAVE_ARM_SCU if SMP |
Arnd Bergmann | cb0c480a | 2013-04-30 13:21:41 +0200 | [diff] [blame] | 36 | select SMP_ON_UP if SMP |
Barry Song | 4898de3 | 2012-12-20 19:37:32 +0800 | [diff] [blame] | 37 | help |
| 38 | Support for CSR SiRFSoC ARM Cortex A9 Platform |
| 39 | |
Barry Song | c1e3c11 | 2012-08-23 13:41:59 +0800 | [diff] [blame] | 40 | config SIRF_IRQ |
| 41 | bool |
| 42 | |
Barry Song | 156a099 | 2012-08-23 13:41:58 +0800 | [diff] [blame] | 43 | endif |