aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-27 16:17:12 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 05:17:15 -0500
commit2d5ca76f2b39a31313d7e54224c78b7b311e7dce (patch)
tree11f7b3a7c9864ac01b64ef027a756679792f8c97 /drivers/media/Kconfig
parent0170f6bcb243cb9e86c953652f8e62fccb8108f1 (diff)
[media] dabusb: Move it to staging to be deprecated
dabusb driver were conceived as an experimental driver for a test device. The driver never supported any shipped product, and, while there were some updates on it in 2003, for an ancient product, those changes were never submitted upstream. Also, there's no DocBook for its API, nor any upstream discussion. So, better to remove it, on .39. If later needed, we may rescue it from git logs. For now, let's move it to staging. Acked-by: Deti Fliegl <deti@fliegl.de> Cc: Deti Fliegl <deti@fliegl.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 147c92b9b4f6..81b3ba83cc65 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -92,26 +92,4 @@ source "drivers/media/radio/Kconfig"
92 92
93source "drivers/media/dvb/Kconfig" 93source "drivers/media/dvb/Kconfig"
94 94
95config DAB
96 boolean "DAB adapters"
97 ---help---
98 Allow selecting support for Digital Audio Broadcasting (DAB)
99 Receiver adapters.
100
101if DAB
102config USB_DABUSB
103 tristate "DABUSB driver"
104 depends on USB
105 ---help---
106 A Digital Audio Broadcasting (DAB) Receiver for USB and Linux
107 brought to you by the DAB-Team
108 <http://wwwbode.cs.tum.edu/Par/arch/dab/>. This driver can be taken
109 as an example for URB-based bulk, control, and isochronous
110 transactions. URB's are explained in
111 <Documentation/usb/URB.txt>.
112
113 To compile this driver as a module, choose M here: the
114 module will be called dabusb.
115endif # DAB
116
117endif # MEDIA_SUPPORT 95endif # MEDIA_SUPPORT