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