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


      1# SPDX-License-Identifier: GPL-2.0
      2menuconfig ARCH_CNS3XXX
      3	bool "Cavium Networks CNS3XXX family"
      4	depends on ARCH_MULTI_V6
      5	select ARM_GIC
      6	help
      7	  Support for Cavium Networks CNS3XXX platform.
      8
      9if ARCH_CNS3XXX
     10
     11config MACH_CNS3420VB
     12	bool "Support for CNS3420 Validation Board"
     13	depends on ATAGS
     14	help
     15	  Include support for the Cavium Networks CNS3420 MPCore Platform
     16	  Baseboard.
     17	  This is a platform with an on-board ARM11 MPCore and has support
     18	  for USB, USB-OTG, MMC/SD/SDIO, SATA, PCI-E, etc.
     19
     20endif