diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-11 02:14:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-13 00:49:17 +0300 |
commit | caa6772db4c1deb5d9add48e95d6eab50699ee5e (patch) | |
tree | 65e2b6a91642e506b902204be445fe04b322c791 /drivers/staging/Kconfig | |
parent | 4fb8b5aa2a1126783ae00bae544d6f3c519408ef (diff) | |
download | linux-caa6772db4c1deb5d9add48e95d6eab50699ee5e.tar.xz |
Staging: remove wusbcore and UWB from the kernel tree.
It's been over 6 months, and no one has noticed that these drivers are
deleted, probably because no one actually has this hardware. As no one
has volunteered to maintain the code, let's drop it for good.
Link: https://lore.kernel.org/r/20200210231417.GA1736729@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index baccd7c883cc..0f82e23e151b 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -112,9 +112,6 @@ source "drivers/staging/fieldbus/Kconfig" source "drivers/staging/kpc2000/Kconfig" -source "drivers/staging/wusbcore/Kconfig" -source "drivers/staging/uwb/Kconfig" - source "drivers/staging/exfat/Kconfig" source "drivers/staging/qlge/Kconfig" |