]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB(7878): mxl55005s: Makefile and Kconfig additions
authorSteven Toth <stoth@hauppauge.com>
Thu, 8 May 2008 15:14:40 +0000 (12:14 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 14 May 2008 05:56:42 +0000 (02:56 -0300)
Makefile and Kconfig additions

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/common/tuners/Kconfig
drivers/media/common/tuners/Makefile

index 10f12bad104418fe1e8fbfb5adce6a211886a8bf..394cb050bc7789f5e329a097afd6b98947e96563 100644 (file)
@@ -139,4 +139,11 @@ config MEDIA_TUNER_XC5000
          This device is only used inside a SiP called togther with a
          demodulator for now.
 
+config MEDIA_TUNER_MXL5005S
+       tristate "MaxLinear MSL5005S silicon tuner"
+       depends on I2C
+       default m if DVB_FE_CUSTOMISE
+       help
+         A driver for the silicon tuner MXL5005S from MaxLinear.
+
 endif # MEDIA_TUNER_CUSTOMIZE
index 236d9932fd922190ddd55c953aa135369c65c705..55f7e6706297106558a0c372c6b28fb5e6ff02b0 100644 (file)
@@ -20,6 +20,7 @@ obj-$(CONFIG_MEDIA_TUNER_MT2060) += mt2060.o
 obj-$(CONFIG_MEDIA_TUNER_MT2266) += mt2266.o
 obj-$(CONFIG_MEDIA_TUNER_QT1010) += qt1010.o
 obj-$(CONFIG_MEDIA_TUNER_MT2131) += mt2131.o
+obj-$(CONFIG_MEDIA_TUNER_MXL5005S) += mxl5005s.o
 
 EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
 EXTRA_CFLAGS += -Idrivers/media/dvb/frontends