linux/drivers/staging/vme/devices/Kconfig
<<
>>
Prefs
   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
   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.
  14