summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/lima/Kconfig
blob: 571dc369a7e95259e9218957c6aa6af2218e8c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0 OR MIT
# Copyright 2017-2019 Qiang Yu <yuq825@gmail.com>

config DRM_LIMA
       tristate "LIMA (DRM support for ARM Mali 400/450 GPU)"
       depends on DRM
       depends on ARM || ARM64 || COMPILE_TEST
       depends on MMU
       depends on COMMON_CLK
       depends on OF
       select DRM_SCHED
       select DRM_GEM_SHMEM_HELPER
       help
         DRM driver for ARM Mali 400/450 GPUs.