1# SPDX-License-Identifier: GPL-2.0-only OR MIT 2# Copyright (c) 2023 Imagination Technologies Ltd. 3 4config DRM_POWERVR 5 tristate "Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics" 6 depends on ARM64 7 depends on DRM 8 select DRM_GEM_SHMEM_HELPER 9 select DRM_SCHED 10 select DRM_GPUVM 11 select FW_LOADER 12 help 13 Choose this option if you have a system that has an Imagination 14 Technologies PowerVR (Series 6 or later) or IMG GPU. 15 16 If "M" is selected, the module will be called powervr. 17