1comment "VME Device Drivers"
2
3config VME_USER
4	tristate "VME user space access driver"
5	help
6	  If you say Y here you want to be able to access a limited number of
7	  VME windows in a manner at least semi-compatible with the interface
8	  provided with the original driver at http://vmelinux.org/.
9
10config VME_PIO2
11	tristate "GE PIO2 VME"
12	depends on GPIOLIB
13	help
14	  Say Y here to include support for the GE PIO2. The PIO2 is a 6U VME
15	  slave card, implementing 32 solid-state relay switched IO lines, in
16	  4 groups of 8. Each bank of IO lines is built to function as input,
17	  output or both depending on the variant of the card.
18
19	  To compile this driver as a module, choose M here. The module will
20	  be called vme_pio2. If unsure, say N.
21
22