mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 20:01:41 +07:00
84affcf60a
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20191120133629.11543-1-krzk@kernel.org
15 lines
423 B
Plaintext
15 lines
423 B
Plaintext
# 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.
|