You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Staging: VME: move VME drivers out of staging
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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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.
|
||||
@@ -0,0 +1,2 @@
|
||||
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
|
||||
obj-$(CONFIG_VME_TSI148) += vme_tsi148.o
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user