Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-u300 / Kconfig
1 config ARCH_U300
2 bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
3 depends on MMU
4 select ARCH_REQUIRE_GPIOLIB
5 select ARM_AMBA
6 select ARM_VIC
7 select CLKSRC_MMIO
8 select CPU_ARM926T
9 select HAVE_TCM
10 select PINCTRL
11 select PINCTRL_COH901
12 select PINCTRL_U300
13 select MFD_SYSCON
14 help
15 Support for ST-Ericsson U300 series mobile platforms.
16
17 if ARCH_U300
18
19 menu "ST-Ericsson AB U300/U335 Platform"
20
21 config MACH_U300
22 depends on ARCH_U300
23 bool "U300"
24 default y
25
26 config U300_DEBUG
27 depends on ARCH_U300
28 bool "Debug support for U300"
29 depends on PM
30 help
31 Debug support for U300 in sysfs, procfs etc.
32
33 config MACH_U300_SPIDUMMY
34 depends on ARCH_U300
35 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
46 endmenu
47
48 endif
This page took 0.032748 seconds and 5 git commands to generate.