Commit a945db65 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: remove the b3dfg driver



It has no users, and no developers to maintain it to get
it merged into mainline.

So sad.

Cc: Daniel Drake <ddrake@brontes3d.com>
Cc: Justin Bronder <jsbronder@brontes3d.com>
Cc: Duane Griffin <duaneg@dghda.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8c6356e2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -89,8 +89,6 @@ source "drivers/staging/dream/Kconfig"

source "drivers/staging/pohmelfs/Kconfig"

source "drivers/staging/b3dfg/Kconfig"

source "drivers/staging/phison/Kconfig"

source "drivers/staging/p9auth/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ obj-$(CONFIG_INPUT_MIMIO) += mimio/
obj-$(CONFIG_TRANZPORT)		+= frontier/
obj-$(CONFIG_DREAM)		+= dream/
obj-$(CONFIG_POHMELFS)		+= pohmelfs/
obj-$(CONFIG_B3DFG)		+= b3dfg/
obj-$(CONFIG_IDE_PHISON)	+= phison/
obj-$(CONFIG_PLAN9AUTH)		+= p9auth/
obj-$(CONFIG_LINE6_USB)		+= line6/

drivers/staging/b3dfg/Kconfig

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
config B3DFG
       tristate "Brontes 3d Frame Framegrabber"
       depends on PCI
       default n
       ---help---
         This driver provides support for the Brontes 3d Framegrabber
         PCI card.

         To compile this driver as a module, choose M here. The module
         will be called b3dfg.

drivers/staging/b3dfg/Makefile

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_B3DFG) += b3dfg.o

drivers/staging/b3dfg/TODO

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line

 - queue/wait buffer presents filltime results for each frame?
 - counting of dropped frames
 - review endianness
Loading