Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.3-rc4 13 lines 395 B view raw
1# SPDX-License-Identifier: GPL-2.0 OR MIT 2# Copyright 2017-2019 Qiang Yu <yuq825@gmail.com> 3 4config 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 help 13 DRM driver for ARM Mali 400/450 GPUs.