14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_V3D3 tristate "Broadcom V3D 3.x and newer"4 depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST5 depends on DRM6 depends on COMMON_CLK7 depends on MMU8 select DRM_SCHED9 select DRM_GEM_SHMEM_HELPER10 help11 Choose this option if you have a system that has a Broadcom12 V3D 3.x or newer GPUs. SoCs supported include the BCM2711,13 BCM7268 and BCM7278.14