Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig ARCH_ARTPEC
0003         bool "Axis Communications ARM based ARTPEC SoCs"
0004         depends on ARCH_MULTI_V7
0005 
0006 if ARCH_ARTPEC
0007 
0008 config MACH_ARTPEC6
0009         bool "Axis ARTPEC-6 ARM Cortex A9 Platform"
0010         depends on ARCH_MULTI_V7
0011         select ARM_AMBA
0012         select ARM_GIC
0013         select ARM_GLOBAL_TIMER
0014         select ARM_PSCI
0015         select HAVE_ARM_ARCH_TIMER
0016         select HAVE_ARM_SCU
0017         select HAVE_ARM_TWD if SMP
0018         select MFD_SYSCON
0019         help
0020           Support for Axis ARTPEC-6 ARM Cortex A9 Platform
0021 
0022 endif