]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-u300/Kconfig
Merge tag 'armsoc-defconfig64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-u300 / Kconfig
CommitLineData
21278aea 1menuconfig ARCH_U300
e3246542
MY
2 bool "ST-Ericsson U300 Series"
3 depends on ARCH_MULTI_V5 && MMU
e1b31445
LW
4 select ARCH_REQUIRE_GPIOLIB
5 select ARM_AMBA
e1b31445 6 select ARM_VIC
e1b31445 7 select CLKSRC_MMIO
e1b31445 8 select CPU_ARM926T
e1b31445 9 select HAVE_TCM
98da3529 10 select PINCTRL
ca402d37 11 select PINCTRL_COH901
b1b3f49c 12 select PINCTRL_U300
7fca1f20 13 select MFD_SYSCON
e1b31445
LW
14 help
15 Support for ST-Ericsson U300 series mobile platforms.
bb3cee2b 16
c8a5b7bc
LW
17if ARCH_U300
18
e1b31445
LW
19config MACH_U300
20 depends on ARCH_U300
21 bool "U300"
22 default y
23
bb3cee2b 24config U300_DEBUG
e1b31445 25 depends on ARCH_U300
bb3cee2b
LW
26 bool "Debug support for U300"
27 depends on PM
28 help
29 Debug support for U300 in sysfs, procfs etc.
30
c7c8c78f 31config MACH_U300_SPIDUMMY
e1b31445 32 depends on ARCH_U300
c7c8c78f
LW
33 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
c8a5b7bc 44endif