diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-05-08 17:14:40 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 07:56:42 +0200 |
commit | 9426954277aa57e0417d89bfe3e0964d6901cfa3 (patch) | |
tree | aba3ebd6a7ef0af10683430607da87bcc0d79830 /drivers/media/common/tuners/Kconfig | |
parent | V4L/DVB(7877): mxl5005s: Ensure debug is off (diff) | |
download | linux-9426954277aa57e0417d89bfe3e0964d6901cfa3.tar.xz linux-9426954277aa57e0417d89bfe3e0964d6901cfa3.zip |
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/media/common/tuners/Kconfig')
-rw-r--r-- | drivers/media/common/tuners/Kconfig | 7 |
1 files changed, 7 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 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 |