aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx25840/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-03-14 00:35:07 -0300
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-21 08:53:22 -0800
commitf6fe8c6a429bb44d95091e67f8e39662cd4e6fc3 (patch)
treec76a52168fde687ced2a2224c9beca5eb274616c /drivers/media/video/cx25840/Kconfig
parent31dcbf994b9eda784c620c8caa3a9dc67a9d0045 (diff)
downloadlinux-f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3.tar.gz
V4L/DVB (3495): Kconfig: select VIDEO_CX25840 to build cx25840 a/v decoder module
The cx25840 module requires external firmware in order to function, so it must select FW_LOADER, but saa7115 and saa7129 do not require it. This patch creates VIDEO_CX25840, and alters VIDEO_DECODER to select it. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx25840/Kconfig')
-rw-r--r--drivers/media/video/cx25840/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/cx25840/Kconfig b/drivers/media/video/cx25840/Kconfig
new file mode 100644
index 0000000000000..854264e42ec03
--- /dev/null
+++ b/drivers/media/video/cx25840/Kconfig
@@ -0,0 +1,9 @@
+config VIDEO_CX25840
+ tristate "Conexant CX2584x audio/video decoders"
+ depends on VIDEO_DEV && I2C && EXPERIMENTAL
+ select FW_LOADER
+ ---help---
+ Support for the Conexant CX2584x audio/video decoders.
+
+ To compile this driver as a module, choose M here: the
+ module will be called cx25840