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


      1# SPDX-License-Identifier: GPL-2.0
      2if SH_RSK
      3
      4choice
      5	prompt "RSK+ options"
      6	default SH_RSK7203
      7
      8config SH_RSK7201
      9	bool "RSK7201"
     10	depends on CPU_SUBTYPE_SH7201
     11
     12config SH_RSK7203
     13	bool "RSK7203"
     14	select GPIOLIB
     15	depends on CPU_SUBTYPE_SH7203
     16
     17config SH_RSK7264
     18	bool "RSK2+SH7264"
     19	select GPIOLIB
     20	depends on CPU_SUBTYPE_SH7264
     21
     22config SH_RSK7269
     23	bool "RSK2+SH7269"
     24	select GPIOLIB
     25	depends on CPU_SUBTYPE_SH7269
     26
     27endchoice
     28
     29endif