Skip to content

Commit

Permalink
drivers/media/video/cx25821: remove depends on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: Mauro Carvalho Chehab <[email protected]>
CC: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
kees committed Jan 11, 2013
1 parent 51e8cb7 commit 2b5d975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/pci/cx25821/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config VIDEO_CX25821

config VIDEO_CX25821_ALSA
tristate "Conexant 25821 DMA audio support"
depends on VIDEO_CX25821 && SND && EXPERIMENTAL
depends on VIDEO_CX25821 && SND
select SND_PCM
---help---
This is a video4linux driver for direct (DMA) audio on
Expand Down

0 comments on commit 2b5d975

Please sign in to comment.