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 14config VME_PIO2 15 tristate "GE PIO2 VME" 16 depends on STAGING && GPIOLIB 17 help 18 Say Y here to include support for the GE PIO2. The PIO2 is a 6U VME 19 slave card, implementing 32 solid-state relay switched IO lines, in 20 4 groups of 8. Each bank of IO lines is built to function as input, 21 output or both depending on the variant of the card. 22 23 To compile this driver as a module, choose M here. The module will 24 be called vme_pio2. If unsure, say N. 25 26