]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/arm/mach-ux500/Kconfig
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / arm / mach-ux500 / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
21278aea 2menuconfig ARCH_U8500
e3246542
MY
3 bool "ST-Ericsson U8500 Series"
4 depends on ARCH_MULTI_V7 && MMU
07d8a49c
UKK
5 select AB8500_CORE
6 select ABX500_CORE
7f01e5a7 7 select ARM_AMBA
07d8a49c
UKK
8 select ARM_ERRATA_754322
9 select ARM_ERRATA_764369 if SMP
10 select ARM_GIC
11 select CACHE_L2X0
12 select CLKSRC_NOMADIK_MTU
5c34a4e8 13 select GPIOLIB
4c3ffffd 14 select HAVE_ARM_SCU if SMP
a894fcc2 15 select HAVE_ARM_TWD if SMP
07d8a49c
UKK
16 select PINCTRL
17 select PINCTRL_ABX500
18 select PINCTRL_NOMADIK
a641f3a6 19 select PL310_ERRATA_753970 if CACHE_L2X0
7f01e5a7
AB
20 help
21 Support for ST-Ericsson's Ux500 architecture
22
f38406bb
RV
23if ARCH_U8500
24
d2a40972 25config UX500_SOC_DB8500
ded547a4 26 bool
650c2a21 27 select MFD_DB8500_PRCMU
b1b3f49c 28 select PINCTRL_DB8500
1728c96d 29 select PINCTRL_DB8540
3c937993 30 select PINCTRL_AB8500
1aa2d8d4 31 select PINCTRL_AB8505
09dbec3f 32 select PINCTRL_AB9540
a8f96e41 33 select PINCTRL_AB8540
97b3b7a0 34 select REGULATOR
1032fbfd 35 select REGULATOR_DB8500_PRCMU
1becd6ed 36 select CLKSRC_DBX500_PRCMU
c8f45943 37 select PM_GENERIC_DOMAINS if PM
d2a40972 38
5017f1cd
LW
39config MACH_MOP500
40 bool "U8500 Development platform, MOP500 versions"
5017f1cd
LW
41 select I2C
42 select I2C_NOMADIK
74ba4ec7 43 select REGULATOR
0b5ea1e2 44 select REGULATOR_FIXED_VOLTAGE
b1b3f49c
RK
45 select SOC_BUS
46 select UX500_SOC_DB8500
aa44ef4d 47 help
5017f1cd 48 Include support for the MOP500 development platform.
591d8dd7 49
9372da50 50config MACH_HREFV60
5017f1cd
LW
51 bool "U8500 Development platform, HREFv60 version"
52 select MACH_MOP500
53 help
54 Include support for the HREFv60 new development platform.
55 Includes HREFv70, v71 etc.
9372da50 56
11ab32a7
MP
57config MACH_SNOWBALL
58 bool "U8500 Snowball platform"
5017f1cd 59 select MACH_MOP500
11ab32a7
MP
60 help
61 Include support for the snowball development platform.
62
ded547a4
AB
63config UX500_AUTO_PLATFORM
64 def_bool y
5017f1cd 65 select MACH_MOP500
ded547a4
AB
66 help
67 At least one platform needs to be selected in order to build
68 a working kernel. If everything else is disabled, this
5017f1cd 69 automatically enables MACH_MOP500.
09893ee8 70
39a982b4
RV
71config UX500_DEBUG_UART
72 int "Ux500 UART to use for low-level debug"
73 default 2
74 help
75 Choose the UART on which kernel low-level debug messages should be
76 output.
77
f38406bb 78endif