blob: 1f597647d431be82d88bb62f79d6b938ec8b18c1 [file] [log] [blame]
Linus Walleijbb3cee22009-04-23 10:22:13 +01001if ARCH_U300
2
Linus Walleijfcb28d22012-08-13 10:11:15 +02003menu "ST-Ericsson AB U300/U335 Platform"
Linus Walleijbb3cee22009-04-23 10:22:13 +01004
5comment "ST-Ericsson Mobile Platform Products"
6
7config MACH_U300
8 bool "U300"
Linus Walleij98da3522011-05-02 20:54:38 +02009 select PINCTRL
Linus Walleijca402d32011-11-16 09:22:59 +010010 select PINCTRL_COH901
Russell Kingb1b3f492012-10-06 17:12:25 +010011 select PINCTRL_U300
Linus Walleijbb3cee22009-04-23 10:22:13 +010012
Linus Walleijfcb28d22012-08-13 10:11:15 +020013comment "ST-Ericsson U300/U335 Feature Selections"
Linus Walleijbb3cee22009-04-23 10:22:13 +010014
Linus Walleijbb3cee22009-04-23 10:22:13 +010015config 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 Walleijc7c8c782009-08-14 10:59:05 +010021config 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 Walleijbb3cee22009-04-23 10:22:13 +010033endmenu
34
35endif