kernel/drivers/gpu/drm/vc4/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config DRM_VC4 2 3 tristate "Broadcom VC4 Graphics" 3 4 depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST .. .. @@ -21,9 +22,9 @@ 21 22 our display setup. 22 23 23 24 config DRM_VC4_HDMI_CEC 24 - bool "Broadcom VC4 HDMI CEC Support"25 - depends on DRM_VC426 - select CEC_CORE27 - help25 + bool "Broadcom VC4 HDMI CEC Support"26 + depends on DRM_VC427 + select CEC_CORE28 + help28 29 Choose this option if you have a Broadcom VC4 GPU 29 30 and want to use CEC.