blob: e3a96d7302e9adb402ff2f2e11f0a8bca6210bd6 [file] [log] [blame]
Linus Walleije1b31442013-05-02 18:01:46 +02001config ARCH_U300
Arnd Bergmann688c2402013-06-20 02:26:37 +02002 bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
Linus Walleije1b31442013-05-02 18:01:46 +02003 depends on MMU
4 select ARCH_REQUIRE_GPIOLIB
5 select ARM_AMBA
Linus Walleije1b31442013-05-02 18:01:46 +02006 select ARM_VIC
Linus Walleije1b31442013-05-02 18:01:46 +02007 select CLKSRC_MMIO
Linus Walleije1b31442013-05-02 18:01:46 +02008 select CPU_ARM926T
Linus Walleije1b31442013-05-02 18:01:46 +02009 select HAVE_TCM
Linus Walleij98da3522011-05-02 20:54:38 +020010 select PINCTRL
Linus Walleijca402d32011-11-16 09:22:59 +010011 select PINCTRL_COH901
Russell Kingb1b3f492012-10-06 17:12:25 +010012 select PINCTRL_U300
Linus Walleij7fca1f22013-06-13 21:21:31 +020013 select MFD_SYSCON
Linus Walleije1b31442013-05-02 18:01:46 +020014 help
15 Support for ST-Ericsson U300 series mobile platforms.
Linus Walleijbb3cee22009-04-23 10:22:13 +010016
Linus Walleijc8a5b7b2013-09-18 15:08:52 +020017if ARCH_U300
18
19menu "ST-Ericsson AB U300/U335 Platform"
Linus Walleijbb3cee22009-04-23 10:22:13 +010020
Linus Walleije1b31442013-05-02 18:01:46 +020021config MACH_U300
22 depends on ARCH_U300
23 bool "U300"
24 default y
25
Linus Walleijbb3cee22009-04-23 10:22:13 +010026config U300_DEBUG
Linus Walleije1b31442013-05-02 18:01:46 +020027 depends on ARCH_U300
Linus Walleijbb3cee22009-04-23 10:22:13 +010028 bool "Debug support for U300"
29 depends on PM
30 help
31 Debug support for U300 in sysfs, procfs etc.
32
Linus Walleijc7c8c782009-08-14 10:59:05 +010033config MACH_U300_SPIDUMMY
Linus Walleije1b31442013-05-02 18:01:46 +020034 depends on ARCH_U300
Linus Walleijc7c8c782009-08-14 10:59:05 +010035 bool "SSP/SPI dummy chip"
36 select SPI
37 select SPI_MASTER
38 select SPI_PL022
39 help
40 This creates a small kernel module that creates a dummy
41 SPI device to be used for loopback tests. Regularly used
42 to test reference designs. If you're not testing SPI,
43 you don't need it. Selecting this will activate the
44 SPI framework and ARM PL022 support.
45
Linus Walleijbb3cee22009-04-23 10:22:13 +010046endmenu
Linus Walleijc8a5b7b2013-09-18 15:08:52 +020047
48endif