summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx23885/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-03-11 19:44:05 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2007-03-11 19:44:05 -0400
commit5c925373d2125c0be02191da0f68a3053691c6fe (patch)
treef9e38ba2f17eb78fd0ccd09fd18fc6dbcc08961d /linux/drivers/media/video/cx23885/Kconfig
parent07de6942e98eed6b4f09a61a3fd4a8db5de82202 (diff)
downloadmediapointer-dvb-s2-5c925373d2125c0be02191da0f68a3053691c6fe.tar.gz
mediapointer-dvb-s2-5c925373d2125c0be02191da0f68a3053691c6fe.tar.bz2
Add CX23885/CX23887 PCIe bridge driver
From: Steven Toth <stoth@hauppauge.com> This is a new framework to support boards based on the CX23885/7 PCIe bridge. The framework supports digital (no analog yet) Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885/Kconfig')
-rw-r--r--linux/drivers/media/video/cx23885/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/Kconfig b/linux/drivers/media/video/cx23885/Kconfig
new file mode 100644
index 000000000..ea53466da
--- /dev/null
+++ b/linux/drivers/media/video/cx23885/Kconfig
@@ -0,0 +1,17 @@
+config VIDEO_CX23885
+ tristate "Conexant cx23885 (2388x successor) support"
+ depends on VIDEO_DEV && PCI && I2C
+ select I2C_ALGOBIT
+ select FW_LOADER
+ select VIDEO_BTCX
+ select VIDEO_BUF
+ select VIDEO_TUNER
+ select VIDEO_TVEEPROM
+ select VIDEO_IR
+ ---help---
+ This is a video4linux driver for Conexant 23885 based
+ TV cards.
+
+ To compile this driver as a module, choose M here: the
+ module will be called cx23885
+