mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
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: Kees Cook <keescook@chromium.org> Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
51e8cb7454
commit
2b5d97595f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user