]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/mach-u300/Kconfig
Merge tag 'md-3.7' of git://neil.brown.name/md
[mirror_ubuntu-eoan-kernel.git] / arch / arm / mach-u300 / Kconfig
1 if ARCH_U300
2
3 menu "ST-Ericsson AB U300/U335 Platform"
4
5 comment "ST-Ericsson Mobile Platform Products"
6
7 config MACH_U300
8 bool "U300"
9 select PINCTRL
10 select PINCTRL_U300
11 select PINCTRL_COH901
12
13 comment "ST-Ericsson U300/U335 Feature Selections"
14
15 config U300_DEBUG
16 bool "Debug support for U300"
17 depends on PM
18 help
19 Debug support for U300 in sysfs, procfs etc.
20
21 config 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
33 endmenu
34
35 endif