summaryrefslogtreecommitdiff
path: root/drivers/staging/media
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-09-08 15:25:16 (GMT)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-19 16:01:35 (GMT)
commita58d1191ca04ffa8b14dcda5df0c87a2a642d3c7 (patch)
treec5b9d73aa0fefd121618f51a25f4186205231c2b /drivers/staging/media
parent58584b28a8e57f1262d3c90e8f454f3793f6e8e9 (diff)
downloadlinux-a58d1191ca04ffa8b14dcda5df0c87a2a642d3c7.tar.xz
[media] cec: fix Kconfig help text
MEDIA_CEC is no longer a tristate option, so the user can't actually choose M. Whether the code is built-in or built as a module is decided somewhere else. Fixes: 5bb2399a4fe4 ("[media] cec: fix Kconfig dependency problems") Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/staging/media')
-rw-r--r--drivers/staging/media/cec/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/media/cec/Kconfig b/drivers/staging/media/cec/Kconfig
index 21457a1..6e12d41 100644
--- a/drivers/staging/media/cec/Kconfig
+++ b/drivers/staging/media/cec/Kconfig
@@ -5,9 +5,6 @@ config MEDIA_CEC
---help---
Enable the CEC API.
- To compile this driver as a module, choose M here: the
- module will be called cec.
-
config MEDIA_CEC_DEBUG
bool "CEC debugfs interface (EXPERIMENTAL)"
depends on MEDIA_CEC && DEBUG_FS