diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-05-28 05:52:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-04 15:23:36 -0300 |
commit | 20249f84238e006ef7b726d3211a70de7454d045 (patch) | |
tree | 77f8fb3f901a03dd63779705c54419c1e4bf1fac /drivers/media/cec/Kconfig | |
parent | e94c32818d865b620c9bbd2656ab3199259ef9ec (diff) | |
download | blackbird-op-linux-20249f84238e006ef7b726d3211a70de7454d045.tar.gz blackbird-op-linux-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/Kconfig | 6 |
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. |