diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 15:14:14 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-02 15:14:14 -0700 |
commit | 3268357865d6541f11c2e759525e090f79210793 (patch) | |
tree | e82511b790956b257841df74c4b5325a458d548c /drivers/staging/dgnc/Kconfig | |
parent | f3583dcd4d83803007ed6a8a09e58ee746a4ff99 (diff) | |
download | linux-3268357865d6541f11c2e759525e090f79210793.tar.gz linux-3268357865d6541f11c2e759525e090f79210793.tar.bz2 linux-3268357865d6541f11c2e759525e090f79210793.zip |
staging: dgnc: delete the driver
Digi does not support it, no one has hardware for it, and no one is
working on it, so let's drop it for now. If anyone wants to pick it
back up, then can revert this patch.
Reported-by: Lidza Louina <lidza.louina@gmail.com>
Reported-by: Mark Hounschell <markh@compro.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/Kconfig')
-rw-r--r-- | drivers/staging/dgnc/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/dgnc/Kconfig b/drivers/staging/dgnc/Kconfig deleted file mode 100644 index 9f4f52c9c27d..000000000000 --- a/drivers/staging/dgnc/Kconfig +++ /dev/null @@ -1,10 +0,0 @@ -config DGNC - tristate "Digi Neo and Classic PCI Products" - default n - depends on TTY && PCI - help - Say Y here to enable support for the Digi International Neo and - Classic PCI based product line. - - To compile this driver as a module, say M here: the module will be - called dgnc |