1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_V3D 3 tristate "Broadcom V3D 3.x and newer" 4 depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST 5 depends on DRM 6 depends on COMMON_CLK 7 depends on MMU 8 select DRM_EXEC 9 select DRM_SCHED 10 select DRM_GEM_SHMEM_HELPER 11 help 12 Choose this option if you have a system that has a Broadcom 13 V3D 3.x or newer GPUs. SoCs supported include the BCM2711, 14 BCM7268 and BCM7278. 15