diff options
author | Steven Toth | 2007-12-18 05:55:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2008-01-25 22:04:11 +0100 |
commit | aacb9d31ee65c0685745ca4dfc7cdd24f8b7d92b (patch) | |
tree | a955b767ddb0d7e4f2f6a59a318d3a80a2a4a1ef /drivers/media/dvb/frontends/Kconfig | |
parent | V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detach (diff) | |
download | kernel-qcow2-linux-aacb9d31ee65c0685745ca4dfc7cdd24f8b7d92b.tar.gz kernel-qcow2-linux-aacb9d31ee65c0685745ca4dfc7cdd24f8b7d92b.tar.xz kernel-qcow2-linux-aacb9d31ee65c0685745ca4dfc7cdd24f8b7d92b.zip |
V4L/DVB (6884): Add support for the Xceive xc5000 silicon tuner
This is an all formats tuner, QAM, ATSC, DVB-T and others.
Only ATSC and QAM have been tested.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 57178d6e1cf8..9ad86ce4a4e5 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -360,6 +360,15 @@ config DVB_TUNER_DIB0070 This device is only used inside a SiP called togther with a demodulator for now. +config DVB_TUNER_XC5000 + tristate "Xceive XC5000 silicon tuner" + depends on I2C + default m if DVB_FE_CUSTOMISE + help + A driver for the silicon tuner XC5000 from Xceive. + This device is only used inside a SiP called togther with a + demodulator for now. + comment "Miscellaneous devices" depends on DVB_CORE |