diff options
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 6c7835629bcd..7431f6da5cae 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -109,6 +109,16 @@ config VIDEO_MSP3400 | |||
109 | To compile this driver as a module, choose M here: the | 109 | To compile this driver as a module, choose M here: the |
110 | module will be called msp3400. | 110 | module will be called msp3400. |
111 | 111 | ||
112 | config VIDEO_CS5345 | ||
113 | tristate "Cirrus Logic CS5345 audio ADC" | ||
114 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | ||
115 | ---help--- | ||
116 | Support for the Cirrus Logic CS5345 24-bit, 192 kHz | ||
117 | stereo A/D converter. | ||
118 | |||
119 | To compile this driver as a module, choose M here: the | ||
120 | module will be called cs5345. | ||
121 | |||
112 | config VIDEO_CS53L32A | 122 | config VIDEO_CS53L32A |
113 | tristate "Cirrus Logic CS53L32A audio ADC" | 123 | tristate "Cirrus Logic CS53L32A audio ADC" |
114 | depends on VIDEO_V4L2 && I2C | 124 | depends on VIDEO_V4L2 && I2C |