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


      1# SPDX-License-Identifier: GPL-2.0
      2if SH_RTS7751R2D
      3
      4menu "RTS7751R2D Board Revision"
      5
      6config RTS7751R2D_PLUS
      7	bool "R2D-PLUS"
      8	help
      9	  Selecting this option will configure the kernel for R2D-PLUS.
     10
     11	  R2D-PLUS is the smaller of the two R2D board versions, equipped
     12	  with a single PCI slot.
     13
     14config RTS7751R2D_1
     15	bool "R2D-1"
     16	help
     17	  Selecting this option will configure the kernel for R2D-1.
     18
     19	  R2D-1 is the larger of the two R2D board versions, equipped
     20	  with two PCI slots.
     21endmenu
     22
     23endif
     24