xref: /linux/arch/arm/mach-ux500/Kconfig (revision cbdb1f163af2bb90d01be1f0263df1d8d5c9d9d3)
1# SPDX-License-Identifier: GPL-2.0
2menuconfig ARCH_U8500
3	bool "ST-Ericsson U8500 Series"
4	depends on ARCH_MULTI_V7
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	select RESET_CONTROLLER
33	help
34	  Support for ST-Ericsson's Ux500 architecture
35
36if ARCH_U8500
37
38config UX500_SOC_DB8500
39	def_bool y
40
41config UX500_DEBUG_UART
42	int "Ux500 UART to use for low-level debug"
43	default 2
44	help
45	  Choose the UART on which kernel low-level debug messages should be
46	  output.
47
48endif
49