V4L/DVB (6421): Make Kconfig reflect the changes at audio helper modules
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
5eba35714e
commit
07533b6a80
1 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ comment "Audio decoders"
|
||||||
|
|
||||||
config VIDEO_TVAUDIO
|
config VIDEO_TVAUDIO
|
||||||
tristate "Simple audio decoder chips"
|
tristate "Simple audio decoder chips"
|
||||||
depends on VIDEO_V4L1 && I2C
|
depends on VIDEO_V4L2 && I2C
|
||||||
---help---
|
---help---
|
||||||
Support for several audio decoder chips found on some bt8xx boards:
|
Support for several audio decoder chips found on some bt8xx boards:
|
||||||
Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
|
Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
|
||||||
|
@ -57,7 +57,7 @@ config VIDEO_TVAUDIO
|
||||||
|
|
||||||
config VIDEO_TDA7432
|
config VIDEO_TDA7432
|
||||||
tristate "Philips TDA7432 audio processor"
|
tristate "Philips TDA7432 audio processor"
|
||||||
depends on VIDEO_V4L1 && I2C
|
depends on VIDEO_V4L2 && I2C
|
||||||
---help---
|
---help---
|
||||||
Support for tda7432 audio decoder chip found on some bt8xx boards.
|
Support for tda7432 audio decoder chip found on some bt8xx boards.
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ config VIDEO_TDA9840
|
||||||
|
|
||||||
config VIDEO_TDA9875
|
config VIDEO_TDA9875
|
||||||
tristate "Philips TDA9875 audio processor"
|
tristate "Philips TDA9875 audio processor"
|
||||||
depends on VIDEO_V4L1 && I2C
|
depends on VIDEO_V4L2 && I2C
|
||||||
---help---
|
---help---
|
||||||
Support for tda9875 audio decoder chip found on some bt8xx boards.
|
Support for tda9875 audio decoder chip found on some bt8xx boards.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue