diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-18 17:40:44 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:08 -0500 |
commit | 6fb377f85cb8c2c1580ce8b134c887a7b53c7aa9 (patch) | |
tree | b3f840769f841790797d918a36154ec8cda20113 /drivers/media/video/Kconfig | |
parent | 0b394def21e7d3bd02aeee5570473582ce7984ec (diff) |
V4L/DVB (6869): cs5345: new i2c driver
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 |