diff mbox

[01/18] media controller: add EXPERIMENTAL to Kconfig option for DVB support

Message ID 35cb86bc03b693fd5ef6133c22c78aacfd63a0e2.1431046915.git.mchehab@osg.samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mauro Carvalho Chehab May 8, 2015, 1:12 a.m. UTC
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.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

Comments

Hans Verkuil May 8, 2015, 11:33 a.m. UTC | #1
On 05/08/2015 03:12 AM, Mauro Carvalho Chehab wrote:
> 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.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

Thanks!

	Hans

> 
> diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
> index 3ef0f90b128f..8af89b084267 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.
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Laurent Pinchart May 11, 2015, 12:46 p.m. UTC | #2
On Friday 08 May 2015 13:33:46 Hans Verkuil wrote:
> On 05/08/2015 03:12 AM, Mauro Carvalho Chehab wrote:
> > 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.
> > 
> > Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
> 
> Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

And

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> > diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
> > index 3ef0f90b128f..8af89b084267 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.
diff mbox

Patch

diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 3ef0f90b128f..8af89b084267 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.