Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e3933df authored by Shraddha Barke's avatar Shraddha Barke Committed by Greg Kroah-Hartman
Browse files

Staging: dgap: Remove obsolete driver



Remove support for dgap driver since there is no way to get
the firmware files required by the dgap driver into the linux-
firmware tree. The dgap driver is rendered useless without this
firmware and hence this product is considered obsolete by DIGI.

Signed-off-by: default avatarShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 82ef33af
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -3538,13 +3538,6 @@ L: driverdev-devel@linuxdriverproject.org
S:	Maintained
F:	drivers/staging/dgnc/

DIGI EPCA PCI PRODUCTS
M:	Lidza Louina <lidza.louina@gmail.com>
M:	Daeseok Youn <daeseok.youn@gmail.com>
L:	driverdev-devel@linuxdriverproject.org
S:	Maintained
F:	drivers/staging/dgap/

DIOLAN U2C-12 I2C DRIVER
M:	Guenter Roeck <linux@roeck-us.net>
L:	linux-i2c@vger.kernel.org
+0 −2
Original line number Diff line number Diff line
@@ -90,8 +90,6 @@ source "drivers/staging/lustre/Kconfig"

source "drivers/staging/dgnc/Kconfig"

source "drivers/staging/dgap/Kconfig"

source "drivers/staging/gs_fpgaboot/Kconfig"

source "drivers/staging/skein/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ obj-$(CONFIG_FIREWIRE_SERIAL) += fwserial/
obj-$(CONFIG_GOLDFISH)		+= goldfish/
obj-$(CONFIG_LUSTRE_FS)		+= lustre/
obj-$(CONFIG_DGNC)			+= dgnc/
obj-$(CONFIG_DGAP)			+= dgap/
obj-$(CONFIG_MTD_SPINAND_MT29F)	+= mt29f_spinand/
obj-$(CONFIG_GS_FPGABOOT)	+= gs_fpgaboot/
obj-$(CONFIG_CRYPTO_SKEIN)	+= skein/

drivers/staging/dgap/Kconfig

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
config DGAP
       tristate "Digi EPCA PCI products"
       default n
       depends on TTY && HAS_IOMEM
       ---help---
       Driver for the Digi International EPCA PCI based product line

drivers/staging/dgap/Makefile

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_DGAP) += dgap.o
Loading