blob: e2f350f2c32bf1c26fc3a92a0d1827be14d8da56 [file] [log] [blame]
Linus Walleijfcb28d22012-08-13 10:11:15 +02001menu "ST-Ericsson AB U300/U335 Platform"
Linus Walleijbb3cee22009-04-23 10:22:13 +01002
3comment "ST-Ericsson Mobile Platform Products"
4
Linus Walleije1b31442013-05-02 18:01:46 +02005config ARCH_U300
6 bool "ST-Ericsson U300 Series"
7 depends on MMU
8 select ARCH_REQUIRE_GPIOLIB
9 select ARM_AMBA
10 select ARM_PATCH_PHYS_VIRT
11 select ARM_VIC
12 select CLKDEV_LOOKUP
13 select CLKSRC_MMIO
14 select CLKSRC_OF
15 select COMMON_CLK
16 select CPU_ARM926T
17 select GENERIC_CLOCKEVENTS
18 select HAVE_TCM
Linus Walleij98da3522011-05-02 20:54:38 +020019 select PINCTRL
Linus Walleijca402d32011-11-16 09:22:59 +010020 select PINCTRL_COH901
Russell Kingb1b3f492012-10-06 17:12:25 +010021 select PINCTRL_U300
Linus Walleije1b31442013-05-02 18:01:46 +020022 select SPARSE_IRQ
23 select USE_OF
24 help
25 Support for ST-Ericsson U300 series mobile platforms.
Linus Walleijbb3cee22009-04-23 10:22:13 +010026
Linus Walleijfcb28d22012-08-13 10:11:15 +020027comment "ST-Ericsson U300/U335 Feature Selections"
Linus Walleijbb3cee22009-04-23 10:22:13 +010028
Linus Walleije1b31442013-05-02 18:01:46 +020029config MACH_U300
30 depends on ARCH_U300
31 bool "U300"
32 default y
33
Linus Walleijbb3cee22009-04-23 10:22:13 +010034config U300_DEBUG
Linus Walleije1b31442013-05-02 18:01:46 +020035 depends on ARCH_U300
Linus Walleijbb3cee22009-04-23 10:22:13 +010036 bool "Debug support for U300"
37 depends on PM
38 help
39 Debug support for U300 in sysfs, procfs etc.
40
Linus Walleijc7c8c782009-08-14 10:59:05 +010041config MACH_U300_SPIDUMMY
Linus Walleije1b31442013-05-02 18:01:46 +020042 depends on ARCH_U300
Linus Walleijc7c8c782009-08-14 10:59:05 +010043 bool "SSP/SPI dummy chip"
44 select SPI
45 select SPI_MASTER
46 select SPI_PL022
47 help
48 This creates a small kernel module that creates a dummy
49 SPI device to be used for loopback tests. Regularly used
50 to test reference designs. If you're not testing SPI,
51 you don't need it. Selecting this will activate the
52 SPI framework and ARM PL022 support.
53
Linus Walleijbb3cee22009-04-23 10:22:13 +010054endmenu