From: Mauro Carvalho Chehab Date: Wed, 6 May 2015 14:26:13 +0000 (-0300) Subject: media controller: add EXPERIMENTAL to Kconfig option for DVB support X-Git-Tag: v4.2-rc8~12^2~408 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3f22501b52de17c6087b6fe6f2236e4183ac07c;p=platform%2Fkernel%2Flinux-exynos.git media controller: add EXPERIMENTAL to Kconfig option for DVB support The Media Controller DVB support is still an experimental feature, as it is under heavy development. It is already said that it is an experimental feature at the help, but let make it even clearer and louder, as we may need to adjust some bits when we start using it on embedded drivers. Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 3ef0f90..8af89b0 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -95,7 +95,7 @@ config MEDIA_CONTROLLER This API is mostly used by camera interfaces in embedded platforms. config MEDIA_CONTROLLER_DVB - bool "Enable Media controller for DVB" + bool "Enable Media controller for DVB (EXPERIMENTAL)" depends on MEDIA_CONTROLLER ---help--- Enable the media controller API support for DVB.