treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / gpu / drm / lima / Kconfig
blobd589f09d04d97f1ee80417764b47b2befa9095f4
1 # SPDX-License-Identifier: GPL-2.0 OR MIT
2 # Copyright 2017-2019 Qiang Yu <yuq825@gmail.com>
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        help
14          DRM driver for ARM Mali 400/450 GPUs.