blob: 22dcbf5b76b2d49db66a38700a1be9b30dd32e57 [file] [log] [blame]
Rob Herring21278ae2014-06-10 09:06:10 -05001menuconfig ARCH_U300
Masahiro Yamadae3246542015-11-16 12:06:10 +09002 bool "ST-Ericsson U300 Series"
3 depends on ARCH_MULTI_V5 && MMU
Linus Walleije1b31442013-05-02 18:01:46 +02004 select ARM_AMBA
Linus Walleije1b31442013-05-02 18:01:46 +02005 select ARM_VIC
Daniel Lezcano85f98db2016-06-03 14:31:16 +02006 select U300_TIMER
Linus Walleije1b31442013-05-02 18:01:46 +02007 select CPU_ARM926T
Linus Walleij5c34a4e2016-06-02 14:10:16 +02008 select GPIOLIB
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
Linus Walleije1b31442013-05-02 18:01:46 +020019config MACH_U300
20 depends on ARCH_U300
21 bool "U300"
22 default y
23
Linus Walleijbb3cee22009-04-23 10:22:13 +010024config U300_DEBUG
Linus Walleije1b31442013-05-02 18:01:46 +020025 depends on ARCH_U300
Linus Walleijbb3cee22009-04-23 10:22:13 +010026 bool "Debug support for U300"
27 depends on PM
28 help
29 Debug support for U300 in sysfs, procfs etc.
30
Linus Walleijc7c8c782009-08-14 10:59:05 +010031config MACH_U300_SPIDUMMY
Linus Walleije1b31442013-05-02 18:01:46 +020032 depends on ARCH_U300
Linus Walleijc7c8c782009-08-14 10:59:05 +010033 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 Walleijc8a5b7b2013-09-18 15:08:52 +020044endif