Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / arch / arm / mach-ux500 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig ARCH_U8500
3         bool "ST-Ericsson U8500 Series"
4         depends on ARCH_MULTI_V7 && MMU
5         select AB8500_CORE
6         select ABX500_CORE
7         select ARM_AMBA
8         select ARM_ERRATA_754322
9         select ARM_ERRATA_764369 if SMP
10         select ARM_GIC
11         select CACHE_L2X0
12         select CLKSRC_DBX500_PRCMU
13         select CLKSRC_NOMADIK_MTU
14         select GPIOLIB
15         select HAVE_ARM_SCU if SMP
16         select HAVE_ARM_TWD if SMP
17         select I2C
18         select I2C_NOMADIK
19         select MFD_DB8500_PRCMU
20         select PINCTRL
21         select PINCTRL_AB8500
22         select PINCTRL_AB8505
23         select PINCTRL_ABX500
24         select PINCTRL_DB8500
25         select PINCTRL_NOMADIK
26         select PL310_ERRATA_753970 if CACHE_L2X0
27         select PM_GENERIC_DOMAINS if PM
28         select REGULATOR
29         select REGULATOR_DB8500_PRCMU
30         select REGULATOR_FIXED_VOLTAGE
31         select SOC_BUS
32         help
33           Support for ST-Ericsson's Ux500 architecture
34
35 if ARCH_U8500
36
37 config UX500_SOC_DB8500
38         def_bool y
39
40 config UX500_DEBUG_UART
41         int "Ux500 UART to use for low-level debug"
42         default 2
43         help
44           Choose the UART on which kernel low-level debug messages should be
45           output.
46
47 endif