19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only OR MIT2# Copyright (c) 2023 Imagination Technologies Ltd.3 4config DRM_POWERVR5 tristate "Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics"6 depends on ARM647 depends on DRM8 depends on PM9 select DRM_EXEC10 select DRM_GEM_SHMEM_HELPER11 select DRM_SCHED12 select DRM_GPUVM13 select FW_LOADER14 help15 Choose this option if you have a system that has an Imagination16 Technologies PowerVR (Series 6 or later) or IMG GPU.17 18 If "M" is selected, the module will be called powervr.19