db3b9e990e
This moves the VME core, VME board drivers, and VME bridge drivers out of the drivers/staging/vme/ area to drivers/vme/. The VME device drivers have not moved out yet due to some API questions they are still working through, that should happen soon, hopefully. Cc: Martyn Welch <martyn.welch@ge.com> Cc: Manohar Vanga <manohar.vanga@cern.ch> Cc: Vincent Bossier <vincent.bossier@gmail.com> Cc: "Emilio G. Cota" <cota@braap.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
341 B
Plaintext
16 lines
341 B
Plaintext
comment "VME Bridge Drivers"
|
|
|
|
config VME_CA91CX42
|
|
tristate "Universe II"
|
|
depends on VIRT_TO_BUS
|
|
help
|
|
If you say Y here you get support for the Tundra CA91C142
|
|
(Universe II) VME bridge chip.
|
|
|
|
config VME_TSI148
|
|
tristate "Tempe"
|
|
depends on VIRT_TO_BUS
|
|
help
|
|
If you say Y here you get support for the Tundra TSI148 VME bridge
|
|
chip.
|