media: cec: rename CEC platform drivers config options
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 15 Apr 2020 10:12:29 +0000 (12:12 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 15 Apr 2020 10:25:20 +0000 (12:25 +0200)
commitdf823a8208c434eee6e4e9aa016c956d0968e2e2
tree1a32a1b28f8d6c05d87a45321052612bf611efe3
parenta81068181aad78a5f6980408a4b6115d22bb8aed
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>
12 files changed:
arch/arm/configs/exynos_defconfig
arch/arm/configs/multi_v7_defconfig
drivers/media/cec/platform/Kconfig
drivers/media/cec/platform/Makefile
drivers/media/cec/platform/cros-ec/Makefile
drivers/media/cec/platform/meson/Makefile
drivers/media/cec/platform/s5p/Makefile
drivers/media/cec/platform/seco/Makefile
drivers/media/cec/platform/seco/seco-cec.c
drivers/media/cec/platform/sti/Makefile
drivers/media/cec/platform/stm32/Makefile
drivers/media/cec/platform/tegra/Makefile