diff options
author | Philipp Hortmann <philipp.g.hortmann@gmail.com> | 2024-10-13 19:27:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-16 10:01:30 +0200 |
commit | 214c2754fb0af78fde9faa2e5f9693c4618f3d5b (patch) | |
tree | 22665728bcbccb9bcd3338c68cec019a2e805ac5 /drivers/staging/Makefile | |
parent | ea5e911e14cebfc9832728c27f05e43b086fec0c (diff) | |
download | linux-214c2754fb0af78fde9faa2e5f9693c4618f3d5b.tar.gz linux-214c2754fb0af78fde9faa2e5f9693c4618f3d5b.tar.bz2 linux-214c2754fb0af78fde9faa2e5f9693c4618f3d5b.zip |
staging: olpc_dcon: Remove driver marked as broken since 2022
Andres Salomon contributed this driver in 2010.
The following reasons lead to the removal:
- This driver generates maintenance workload
- Kconfig still depends on BROKEN since 2022.
Link: https://lore.kernel.org/all/Yqw4DynMEtAcZVim@kroah.com/
Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20241013172759.7524-1-philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 40dea97d2090..d25e352d32bd 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -2,7 +2,6 @@ # Makefile for staging directory obj-y += media/ -obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/ obj-$(CONFIG_RTL8723BS) += rtl8723bs/ obj-$(CONFIG_R8712U) += rtl8712/ obj-$(CONFIG_OCTEON_ETHERNET) += octeon/ |