aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2017-05-28 05:52:16 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-04 15:23:36 -0300
commit20249f84238e006ef7b726d3211a70de7454d045 (patch)
tree77f8fb3f901a03dd63779705c54419c1e4bf1fac /drivers/media/cec/Kconfig
parent[media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIER (diff)
downloadlinux-dev-20249f84238e006ef7b726d3211a70de7454d045.tar.xz
linux-dev-20249f84238e006ef7b726d3211a70de7454d045.zip
[media] cec: drop MEDIA_CEC_DEBUG
Just depend on DEBUG_FS, no need to invent a new kernel config. Especially since CEC can be enabled by drm without enabling MEDIA_SUPPORT. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/cec/Kconfig')
-rw-r--r--drivers/media/cec/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/cec/Kconfig b/drivers/media/cec/Kconfig
index b7d876b384f6..4e25a950ae6f 100644
--- a/drivers/media/cec/Kconfig
+++ b/drivers/media/cec/Kconfig
@@ -3,9 +3,3 @@ config MEDIA_CEC_RC
depends on CEC_CORE && RC_CORE
---help---
Pass on CEC remote control messages to the RC framework.
-
-config MEDIA_CEC_DEBUG
- bool "HDMI CEC debugfs interface"
- depends on CEC_CORE && DEBUG_FS
- ---help---
- Turns on the DebugFS interface for CEC devices.