Commit 2b5d9759 authored by Kees Cook's avatar Kees Cook

drivers/media/video/cx25821: remove depends on CONFIG_EXPERIMENTAL

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 <mchehab@infradead.org>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 51e8cb74
...@@ -18,7 +18,7 @@ config VIDEO_CX25821 ...@@ -18,7 +18,7 @@ config VIDEO_CX25821
config VIDEO_CX25821_ALSA config VIDEO_CX25821_ALSA
tristate "Conexant 25821 DMA audio support" tristate "Conexant 25821 DMA audio support"
depends on VIDEO_CX25821 && SND && EXPERIMENTAL depends on VIDEO_CX25821 && SND
select SND_PCM select SND_PCM
---help--- ---help---
This is a video4linux driver for direct (DMA) audio on This is a video4linux driver for direct (DMA) audio on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment