kernel/drivers/gpu/drm/v3d/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config DRM_V3D 2 3 tristate "Broadcom V3D 3.x and newer" 3 4 depends on ARCH_BCM || ARCH_BCMSTB || COMPILE_TEST .. .. @@ -5,6 +6,7 @@ 5 6 depends on COMMON_CLK 6 7 depends on MMU 7 8 select DRM_SCHED 9 + select DRM_GEM_SHMEM_HELPER8 10 help 9 11 Choose this option if you have a system that has a Broadcom 10 12 V3D 3.x or newer GPU, such as BCM7268.