summaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil2017-05-28 10:58:04 +0200
committerMauro Carvalho Chehab2017-06-04 20:23:35 +0200
commite94c32818d865b620c9bbd2656ab3199259ef9ec (patch)
tree13230e0861b1dd3df3e060d97169d92dc396032d /drivers/media/Kconfig
parent[media] cec: select CEC_CORE instead of depend on it (diff)
downloadkernel-qcow2-linux-e94c32818d865b620c9bbd2656ab3199259ef9ec.tar.gz
kernel-qcow2-linux-e94c32818d865b620c9bbd2656ab3199259ef9ec.tar.xz
kernel-qcow2-linux-e94c32818d865b620c9bbd2656ab3199259ef9ec.zip
[media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIER
This config option is strictly speaking independent of the media subsystem since it can be used by drm as well. Besides, it looks odd when drivers select CEC_CORE and MEDIA_CEC_NOTIFIER, that's inconsistent naming. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 9ec634e2f2ba..55d9c2b82b7e 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -5,7 +5,7 @@
config CEC_CORE
tristate
-config MEDIA_CEC_NOTIFIER
+config CEC_NOTIFIER
bool
menuconfig MEDIA_SUPPORT