aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-09-10 00:07:56 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-14 05:32:05 -0300
commit771138920eafa399f68d3492c8a75dfeea23474b (patch)
tree2cfb3d865e48ccd4043bbb96fbd756f6f15af1c6 /drivers/staging/media/Kconfig
parent[media] e4000: implement PLL lock v4l control (diff)
downloadlinux-dev-771138920eafa399f68d3492c8a75dfeea23474b.tar.xz
linux-dev-771138920eafa399f68d3492c8a75dfeea23474b.zip
[media] rtl2832_sdr: Realtek RTL2832 SDR driver module
Implement SDR driver for Realtek RTL2832U chip as a DVB extension module. SDR module is attached by DVB USB RTL28XXU driver as a DVB SEC (satellite equipment controller) module. Abusing unused SEC here has no harm as that is DVB-T only frontend. SDR functionality is provided by RTL2832 DVB-T demodulator. I suspect it is originally planned for DAB and FM, but it could be abused general SDR, due to modern silicon tuners that has wide frequency range and a lot of configurable parameters (filters, gains, ...). http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/44461 Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/staging/media/Kconfig')
-rw-r--r--drivers/staging/media/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/media/Kconfig b/drivers/staging/media/Kconfig
index 22b0c9d6f046..a9f2e63a7c9c 100644
--- a/drivers/staging/media/Kconfig
+++ b/drivers/staging/media/Kconfig
@@ -41,6 +41,8 @@ source "drivers/staging/media/solo6x10/Kconfig"
source "drivers/staging/media/omap4iss/Kconfig"
+source "drivers/staging/media/rtl2832u_sdr/Kconfig"
+
# Keep LIRC at the end, as it has sub-menus
source "drivers/staging/media/lirc/Kconfig"