Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 1 | menuconfig ARCH_U300 |
Arnd Bergmann | 688c240 | 2013-06-20 02:26:37 +0200 | [diff] [blame] | 2 | bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5 |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 3 | depends on MMU |
| 4 | select ARCH_REQUIRE_GPIOLIB |
| 5 | select ARM_AMBA |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 6 | select ARM_VIC |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 7 | select CLKSRC_MMIO |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 8 | select CPU_ARM926T |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 9 | select HAVE_TCM |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 10 | select PINCTRL |
Linus Walleij | ca402d3 | 2011-11-16 09:22:59 +0100 | [diff] [blame] | 11 | select PINCTRL_COH901 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 12 | select PINCTRL_U300 |
Linus Walleij | 7fca1f2 | 2013-06-13 21:21:31 +0200 | [diff] [blame] | 13 | select MFD_SYSCON |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 14 | help |
| 15 | Support for ST-Ericsson U300 series mobile platforms. |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 16 | |
Linus Walleij | c8a5b7b | 2013-09-18 15:08:52 +0200 | [diff] [blame] | 17 | if ARCH_U300 |
| 18 | |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 19 | config MACH_U300 |
| 20 | depends on ARCH_U300 |
| 21 | bool "U300" |
| 22 | default y |
| 23 | |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 24 | config U300_DEBUG |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 25 | depends on ARCH_U300 |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 26 | bool "Debug support for U300" |
| 27 | depends on PM |
| 28 | help |
| 29 | Debug support for U300 in sysfs, procfs etc. |
| 30 | |
Linus Walleij | c7c8c78 | 2009-08-14 10:59:05 +0100 | [diff] [blame] | 31 | config MACH_U300_SPIDUMMY |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 32 | depends on ARCH_U300 |
Linus Walleij | c7c8c78 | 2009-08-14 10:59:05 +0100 | [diff] [blame] | 33 | bool "SSP/SPI dummy chip" |
| 34 | select SPI |
| 35 | select SPI_MASTER |
| 36 | select SPI_PL022 |
| 37 | help |
| 38 | This creates a small kernel module that creates a dummy |
| 39 | SPI device to be used for loopback tests. Regularly used |
| 40 | to test reference designs. If you're not testing SPI, |
| 41 | you don't need it. Selecting this will activate the |
| 42 | SPI framework and ARM PL022 support. |
| 43 | |
Linus Walleij | c8a5b7b | 2013-09-18 15:08:52 +0200 | [diff] [blame] | 44 | endif |