]> Git Repo - linux.git/blob - drivers/gpu/drm/lima/Kconfig
Merge branch 'for-5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux.git] / drivers / gpu / drm / lima / Kconfig
1 # SPDX-License-Identifier: GPL-2.0 OR MIT
2 # Copyright 2017-2019 Qiang Yu <[email protected]>
3
4 config DRM_LIMA
5        tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
6        depends on DRM
7        depends on ARM || ARM64 || COMPILE_TEST
8        depends on MMU
9        depends on COMMON_CLK
10        depends on OF
11        select DRM_SCHED
12        select DRM_GEM_SHMEM_HELPER
13        select PM_DEVFREQ
14        select DEVFREQ_GOV_SIMPLE_ONDEMAND
15        help
16          DRM driver for ARM Mali 400/450 GPUs.
This page took 0.031874 seconds and 4 git commands to generate.