aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-05-08 11:14:40 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-14 01:56:42 -0400
commit9426954277aa57e0417d89bfe3e0964d6901cfa3 (patch)
treeaba3ebd6a7ef0af10683430607da87bcc0d79830 /drivers
parent77ad55ec2159735b1b88a006a90f8dd2ffe291ca (diff)
V4L/DVB(7878): mxl55005s: Makefile and Kconfig additions
Makefile and Kconfig additions Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/common/tuners/Kconfig7
-rw-r--r--drivers/media/common/tuners/Makefile1
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/Kconfig b/drivers/media/common/tuners/Kconfig
index 10f12bad1044..394cb050bc77 100644
--- a/drivers/media/common/tuners/Kconfig
+++ b/drivers/media/common/tuners/Kconfig
@@ -139,4 +139,11 @@ config MEDIA_TUNER_XC5000
139 This device is only used inside a SiP called togther with a 139 This device is only used inside a SiP called togther with a
140 demodulator for now. 140 demodulator for now.
141 141
142config MEDIA_TUNER_MXL5005S
143 tristate "MaxLinear MSL5005S silicon tuner"
144 depends on I2C
145 default m if DVB_FE_CUSTOMISE
146 help
147 A driver for the silicon tuner MXL5005S from MaxLinear.
148
142endif # MEDIA_TUNER_CUSTOMIZE 149endif # MEDIA_TUNER_CUSTOMIZE
diff --git a/drivers/media/common/tuners/Makefile b/drivers/media/common/tuners/Makefile
index 236d9932fd92..55f7e6706297 100644
--- a/drivers/media/common/tuners/Makefile
+++ b/drivers/media/common/tuners/Makefile
@@ -20,6 +20,7 @@ obj-$(CONFIG_MEDIA_TUNER_MT2060) += mt2060.o
20obj-$(CONFIG_MEDIA_TUNER_MT2266) += mt2266.o 20obj-$(CONFIG_MEDIA_TUNER_MT2266) += mt2266.o
21obj-$(CONFIG_MEDIA_TUNER_QT1010) += qt1010.o 21obj-$(CONFIG_MEDIA_TUNER_QT1010) += qt1010.o
22obj-$(CONFIG_MEDIA_TUNER_MT2131) += mt2131.o 22obj-$(CONFIG_MEDIA_TUNER_MT2131) += mt2131.o
23obj-$(CONFIG_MEDIA_TUNER_MXL5005S) += mxl5005s.o
23 24
24EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core 25EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
25EXTRA_CFLAGS += -Idrivers/media/dvb/frontends 26EXTRA_CFLAGS += -Idrivers/media/dvb/frontends