aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-06 10:26:13 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-08 13:48:49 -0400
commitc3f22501b52de17c6087b6fe6f2236e4183ac07c (patch)
treecd28a4884196fe6d330cf74b10291986f39e696c
parent5a13e40b28486c3a755a0388767615f197f4ae07 (diff)
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 <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--drivers/media/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
95 This API is mostly used by camera interfaces in embedded platforms. 95 This API is mostly used by camera interfaces in embedded platforms.
96 96
97config MEDIA_CONTROLLER_DVB 97config MEDIA_CONTROLLER_DVB
98 bool "Enable Media controller for DVB" 98 bool "Enable Media controller for DVB (EXPERIMENTAL)"
99 depends on MEDIA_CONTROLLER 99 depends on MEDIA_CONTROLLER
100 ---help--- 100 ---help---
101 Enable the media controller API support for DVB. 101 Enable the media controller API support for DVB.