]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/mach-artpec/Kconfig
Merge tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensa
[mirror_ubuntu-eoan-kernel.git] / arch / arm / mach-artpec / Kconfig
CommitLineData
590b460c
LP
1menuconfig ARCH_ARTPEC
2 bool "Axis Communications ARM based ARTPEC SoCs"
3 depends on ARCH_MULTI_V7
4
5if ARCH_ARTPEC
6
7config MACH_ARTPEC6
8 bool "Axis ARTPEC-6 ARM Cortex A9 Platform"
9 depends on ARCH_MULTI_V7
10 select ARM_AMBA
11 select ARM_GIC
12 select ARM_GLOBAL_TIMER
13 select ARM_PSCI
14 select HAVE_ARM_ARCH_TIMER
15 select HAVE_ARM_SCU
16 select HAVE_ARM_TWD if SMP
048f789b 17 select MFD_SYSCON
590b460c
LP
18 help
19 Support for Axis ARTPEC-6 ARM Cortex A9 Platform
20
21endif