summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/platform/cros-ec/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-15 12:12:29 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-15 12:25:20 +0200
commitdf823a8208c434eee6e4e9aa016c956d0968e2e2 (patch)
tree1a32a1b28f8d6c05d87a45321052612bf611efe3 /drivers/media/cec/platform/cros-ec/Makefile
parenta81068181aad78a5f6980408a4b6115d22bb8aed (diff)
downloadlinux-df823a8208c434eee6e4e9aa016c956d0968e2e2.tar.bz2
media: cec: rename CEC platform drivers config options
Most CEC platform drivers are using VIDEO_*_CEC pattern, some with an _HDMI extension too. Well, they're not related to V4L2 support, and we don't really need those big config names. So drop VIDEO_* from them, remove _HDMI (if present) and move CEC to the start. This way, all platform driver options are now CEC_<driver>. Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/cec/platform/cros-ec/Makefile')
-rw-r--r--drivers/media/cec/platform/cros-ec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/cec/platform/cros-ec/Makefile b/drivers/media/cec/platform/cros-ec/Makefile
index 2615cdc6e227..d7e3511078ef 100644
--- a/drivers/media/cec/platform/cros-ec/Makefile
+++ b/drivers/media/cec/platform/cros-ec/Makefile
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
-obj-$(CONFIG_VIDEO_CROS_EC_CEC) += cros-ec-cec.o
+obj-$(CONFIG_CEC_CROS_EC) += cros-ec-cec.o