Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/media: 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>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
e141a481 80ec2135

+5 -5
+4 -4
drivers/media/platform/Kconfig
··· 98 98 This is a v4l2 driver for the TI OMAP2 camera capture interface 99 99 100 100 config VIDEO_OMAP3 101 - tristate "OMAP 3 Camera support (EXPERIMENTAL)" 102 - depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL 101 + tristate "OMAP 3 Camera support" 102 + depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 103 103 ---help--- 104 104 Driver for an OMAP 3 camera controller. 105 105 ··· 169 169 2d graphics accelerator. 170 170 171 171 config VIDEO_SAMSUNG_S5P_JPEG 172 - tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)" 173 - depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL 172 + tristate "Samsung S5P/Exynos4 JPEG codec driver" 173 + depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P 174 174 select VIDEOBUF2_DMA_CONTIG 175 175 select V4L2_MEM2MEM_DEV 176 176 ---help---
+1 -1
drivers/media/usb/dvb-usb-v2/Kconfig
··· 134 134 135 135 config DVB_USB_RTL28XXU 136 136 tristate "Realtek RTL28xxU DVB USB support" 137 - depends on DVB_USB_V2 && EXPERIMENTAL 137 + depends on DVB_USB_V2 138 138 select DVB_RTL2830 139 139 select DVB_RTL2832 140 140 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT