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 (357B)


      1# SPDX-License-Identifier: GPL-2.0
      2config ARCH_ALPINE
      3	bool "Annapurna Labs Alpine platform"
      4	depends on ARCH_MULTI_V7
      5	select ALPINE_MSI
      6	select ARM_AMBA
      7	select ARM_GIC
      8	select GENERIC_IRQ_CHIP
      9	select HAVE_ARM_ARCH_TIMER
     10	select MFD_SYSCON
     11	select FORCE_PCI
     12	select PCI_HOST_GENERIC
     13	help
     14	  This enables support for the Annapurna Labs Alpine V1 boards.