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