hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/vc4/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config DRM_VC4
23 tristate "Broadcom VC4 Graphics"
34 depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST
....@@ -21,9 +22,9 @@
2122 our display setup.
2223
2324 config DRM_VC4_HDMI_CEC
24
- bool "Broadcom VC4 HDMI CEC Support"
25
- depends on DRM_VC4
26
- select CEC_CORE
27
- help
25
+ bool "Broadcom VC4 HDMI CEC Support"
26
+ depends on DRM_VC4
27
+ select CEC_CORE
28
+ help
2829 Choose this option if you have a Broadcom VC4 GPU
2930 and want to use CEC.