Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform...
[sfrench/cifs-2.6.git] / arch / arm / mach-u300 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig ARCH_U300
3         bool "ST-Ericsson U300 Series"
4         depends on ARCH_MULTI_V5 && MMU
5         select ARM_AMBA
6         select ARM_VIC
7         select U300_TIMER
8         select CPU_ARM926T
9         select GPIOLIB
10         select HAVE_TCM
11         select PINCTRL
12         select PINCTRL_COH901
13         select PINCTRL_U300
14         select MFD_SYSCON
15         help
16           Support for ST-Ericsson U300 series mobile platforms.
17
18 if ARCH_U300
19
20 config MACH_U300
21         depends on ARCH_U300
22         bool "U300"
23         default y
24
25 config U300_DEBUG
26         depends on ARCH_U300
27         bool "Debug support for U300"
28         depends on PM
29         help
30                 Debug support for U300 in sysfs, procfs etc.
31
32 endif