diff options
author | Marco Gittler <g.marco@freenet.de> | 2007-04-19 10:26:47 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:45:42 -0400 |
commit | 941491f3a52c34506137060716ce73e642ee326e (patch) | |
tree | 8588788d624198f0b21e88fbede85651b9440266 /drivers/media/dvb/dvb-usb/Kconfig | |
parent | 6284feafcf589103f4a85d98d305e7a9d98970d3 (diff) |
V4L/DVB (5532): Add support for Opera S1- DVB-USB
This patch adds support for DVB-Opera S1 USB 2.0 BOX.
Signed-off-by: Marco Gittler <g.marco@freenet.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index 8aa12722cbd6..54488737a08f 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -211,3 +211,10 @@ config DVB_USB_DTT200U | |||
211 | The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). | 211 | The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). |
212 | 212 | ||
213 | The WT-220U and its clones are pen-sized. | 213 | The WT-220U and its clones are pen-sized. |
214 | |||
215 | config DVB_USB_OPERA1 | ||
216 | tristate "Opera1 DVB-S USB2.0 receiver" | ||
217 | depends on DVB_USB | ||
218 | select DVB_STV0299 if !DVB_FE_CUSTOMISE | ||
219 | help | ||
220 | Say Y here to support the Opera DVB-S USB2.0 receiver. | ||