]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/mach-artpec/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-artpec / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
590b460c
LP
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
048f789b 18 select MFD_SYSCON
590b460c
LP
19 help
20 Support for Axis ARTPEC-6 ARM Cortex A9 Platform
21
22endif