1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig ARCH_ARTPEC
3	bool "Axis Communications ARM based ARTPEC SoCs"
4	depends on ARCH_MULTI_V7
5
6if ARCH_ARTPEC
7
8config MACH_ARTPEC6
9	bool "Axis ARTPEC-6 ARM Cortex A9 Platform"
10	depends on ARCH_MULTI_V7
11	select ARM_AMBA
12	select ARM_GIC
13	select ARM_GLOBAL_TIMER
14	select ARM_PSCI
15	select HAVE_ARM_ARCH_TIMER
16	select HAVE_ARM_SCU
17	select HAVE_ARM_TWD if SMP
18	select MFD_SYSCON
19	help
20	  Support for Axis ARTPEC-6 ARM Cortex A9 Platform
21
22endif
23