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


      1# SPDX-License-Identifier: GPL-2.0
      2comment "VME Device Drivers"
      3
      4config VME_USER
      5	tristate "VME user space access driver"
      6	depends on STAGING && VME_BUS
      7	help
      8	  If you say Y here you want to be able to access a limited number of
      9	  VME windows in a manner at least semi-compatible with the interface
     10	  provided with the original driver at <http://www.vmelinux.org/>.
     11
     12	  To compile this driver as a module, choose M here. The module will
     13	  be called vme_user. If unsure, say N.