summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2011-07-08 23:36:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-02-28 18:40:11 -0300
commit831e0b718c8d28afe6c9c9c2fcaebb5a730201ed (patch)
tree3c801bfbe0cae68011bd14a076f89aa463fc2a34 /drivers/media/dvb/dvb-usb/Kconfig
parentc0adca734013389ac81513da546947e75d95151a (diff)
[media] Realtek RTL28xxU serie DVB USB interface driver
For now it supports only Realtek RTL2831U chip. RTL2831U is integrated DVB USB interface and DVB-T demod. DVB-T demod integrated to RTL2831U is Realtek RTL2830. Supported tuners are QT1010, MT2060 and MXL5005S. Signed-off-by: Antti Palosaari <crope@iki.fi> [mchehab@redhat.com: fix a small typo] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index e894bad6538e..615429274516 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -411,3 +411,13 @@ config DVB_USB_MXL111SF
select VIDEO_TVEEPROM
help
Say Y here to support the MxL111SF USB2.0 DTV receiver.
+
+config DVB_USB_RTL28XXU
+ tristate "Realtek RTL28xxU DVB USB support"
+ depends on DVB_USB && EXPERIMENTAL
+ select DVB_RTL2830
+ select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
+ select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
+ select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
+ help
+ Say Y here to support the Realtek RTL28xxU DVB USB receiver.