Merge tag 'batadv-next-pullrequest-20210408' of git://git.open-mesh.org/linux-merge
[linux-2.6-block.git] / drivers / gpu / drm / vc4 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
c8b75bca
EA
2config DRM_VC4
3 tristate "Broadcom VC4 Graphics"
b70ee236 4 depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST
e1c7e324 5 depends on DRM
bb7d7856 6 depends on SND && SND_SOC
4078f575 7 depends on COMMON_CLK
c8b75bca
EA
8 select DRM_KMS_HELPER
9 select DRM_KMS_CMA_HELPER
2565df91 10 select DRM_GEM_CMA_HELPER
656fa22f 11 select DRM_PANEL_BRIDGE
bb7d7856
EA
12 select SND_PCM
13 select SND_PCM_ELD
14 select SND_SOC_GENERIC_DMAENGINE_PCM
4078f575 15 select DRM_MIPI_DSI
c8b75bca
EA
16 help
17 Choose this option if you have a system that has a Broadcom
18 VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.
19
20 This driver requires that "avoid_warnings=2" be present in
21 the config.txt for the firmware, to keep it from smashing
22 our display setup.
15b4511a
HV
23
24config DRM_VC4_HDMI_CEC
c7a7a6ae
KK
25 bool "Broadcom VC4 HDMI CEC Support"
26 depends on DRM_VC4
27 select CEC_CORE
28 help
15b4511a
HV
29 Choose this option if you have a Broadcom VC4 GPU
30 and want to use CEC.