License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / arm / mach-u300 / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
21278aea 2menuconfig ARCH_U300
e3246542
MY
3 bool "ST-Ericsson U300 Series"
4 depends on ARCH_MULTI_V5 && MMU
e1b31445 5 select ARM_AMBA
e1b31445 6 select ARM_VIC
85f98db4 7 select U300_TIMER
e1b31445 8 select CPU_ARM926T
5c34a4e8 9 select GPIOLIB
e1b31445 10 select HAVE_TCM
98da3529 11 select PINCTRL
ca402d37 12 select PINCTRL_COH901
b1b3f49c 13 select PINCTRL_U300
7fca1f20 14 select MFD_SYSCON
e1b31445
LW
15 help
16 Support for ST-Ericsson U300 series mobile platforms.
bb3cee2b 17
c8a5b7bc
LW
18if ARCH_U300
19
e1b31445
LW
20config MACH_U300
21 depends on ARCH_U300
22 bool "U300"
23 default y
24
bb3cee2b 25config U300_DEBUG
e1b31445 26 depends on ARCH_U300
bb3cee2b
LW
27 bool "Debug support for U300"
28 depends on PM
29 help
30 Debug support for U300 in sysfs, procfs etc.
31
c7c8c78f 32config MACH_U300_SPIDUMMY
e1b31445 33 depends on ARCH_U300
c7c8c78f
LW
34 bool "SSP/SPI dummy chip"
35 select SPI
36 select SPI_MASTER
37 select SPI_PL022
38 help
39 This creates a small kernel module that creates a dummy
40 SPI device to be used for loopback tests. Regularly used
41 to test reference designs. If you're not testing SPI,
42 you don't need it. Selecting this will activate the
43 SPI framework and ARM PL022 support.
44
c8a5b7bc 45endif