diff options
Diffstat (limited to 'drivers/media/video/cx25840/Kconfig')
-rw-r--r-- | drivers/media/video/cx25840/Kconfig | 9 |
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 00000000000..854264e42ec --- /dev/null +++ b/drivers/media/video/cx25840/Kconfig | |||
@@ -0,0 +1,9 @@ | |||
1 | config VIDEO_CX25840 | ||
2 | tristate "Conexant CX2584x audio/video decoders" | ||
3 | depends on VIDEO_DEV && I2C && EXPERIMENTAL | ||
4 | select FW_LOADER | ||
5 | ---help--- | ||
6 | Support for the Conexant CX2584x audio/video decoders. | ||
7 | |||
8 | To compile this driver as a module, choose M here: the | ||
9 | module will be called cx25840 | ||