cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (490B)


      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       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.