cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (889B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2menuconfig ARCH_BERLIN
      3	bool "Marvell Berlin SoCs"
      4	depends on ARCH_MULTI_V7
      5	select ARCH_HAS_RESET_CONTROLLER
      6	select ARM_GIC
      7	select DW_APB_ICTL
      8	select DW_APB_TIMER_OF
      9	select GENERIC_IRQ_CHIP
     10	select GPIOLIB
     11	select MFD_SYSCON
     12	select PINCTRL
     13
     14if ARCH_BERLIN
     15
     16config MACH_BERLIN_BG2
     17	bool "Marvell Armada 1500 (BG2)"
     18	select CACHE_L2X0
     19	select CPU_PJ4B
     20	select HAVE_ARM_SCU if SMP
     21	select HAVE_ARM_TWD if SMP
     22	select PINCTRL_BERLIN_BG2
     23
     24config MACH_BERLIN_BG2CD
     25	bool "Marvell Armada 1500-mini (BG2CD)"
     26	select ARM_ERRATA_754322
     27	select ARM_ERRATA_775420
     28	select ARM_GLOBAL_TIMER
     29	select CACHE_L2X0
     30	select HAVE_ARM_SCU
     31	select HAVE_ARM_TWD
     32	select PINCTRL_BERLIN_BG2CD
     33
     34config MACH_BERLIN_BG2Q
     35	bool "Marvell Armada 1500 Pro (BG2-Q)"
     36	select CACHE_L2X0
     37	select HAVE_ARM_SCU if SMP
     38	select HAVE_ARM_TWD if SMP
     39	select PINCTRL_BERLIN_BG2Q
     40
     41endif