Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 1 | if ARCH_U300 |
| 2 | |
Linus Walleij | fcb28d2 | 2012-08-13 10:11:15 +0200 | [diff] [blame] | 3 | menu "ST-Ericsson AB U300/U335 Platform" |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 4 | |
| 5 | comment "ST-Ericsson Mobile Platform Products" |
| 6 | |
| 7 | config MACH_U300 |
| 8 | bool "U300" |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 9 | select PINCTRL |
Linus Walleij | ca402d3 | 2011-11-16 09:22:59 +0100 | [diff] [blame] | 10 | select PINCTRL_COH901 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 11 | select PINCTRL_U300 |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 12 | |
Linus Walleij | fcb28d2 | 2012-08-13 10:11:15 +0200 | [diff] [blame] | 13 | comment "ST-Ericsson U300/U335 Feature Selections" |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 14 | |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 15 | config U300_DEBUG |
| 16 | bool "Debug support for U300" |
| 17 | depends on PM |
| 18 | help |
| 19 | Debug support for U300 in sysfs, procfs etc. |
| 20 | |
Linus Walleij | c7c8c78 | 2009-08-14 10:59:05 +0100 | [diff] [blame] | 21 | config MACH_U300_SPIDUMMY |
| 22 | bool "SSP/SPI dummy chip" |
| 23 | select SPI |
| 24 | select SPI_MASTER |
| 25 | select SPI_PL022 |
| 26 | help |
| 27 | This creates a small kernel module that creates a dummy |
| 28 | SPI device to be used for loopback tests. Regularly used |
| 29 | to test reference designs. If you're not testing SPI, |
| 30 | you don't need it. Selecting this will activate the |
| 31 | SPI framework and ARM PL022 support. |
| 32 | |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 33 | endmenu |
| 34 | |
| 35 | endif |