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


      1# SPDX-License_Identifier: GPL-2.0
      2
      3menu "Enable LiteX SoC Builder specific drivers"
      4
      5config LITEX
      6	bool
      7
      8config LITEX_SOC_CONTROLLER
      9	tristate "Enable LiteX SoC Controller driver"
     10	depends on OF || COMPILE_TEST
     11	depends on HAS_IOMEM
     12	select LITEX
     13	help
     14	  This option enables the SoC Controller Driver which verifies
     15	  LiteX CSR access and provides common litex_[read|write]*
     16	  accessors.
     17	  All drivers that use functions from litex.h must depend on
     18	  LITEX.
     19
     20endmenu