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 (472B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3config DRM_PANFROST
      4	tristate "Panfrost (DRM support for ARM Mali Midgard/Bifrost GPUs)"
      5	depends on DRM
      6	depends on ARM || ARM64 || (COMPILE_TEST && !GENERIC_ATOMIC64)
      7	depends on MMU
      8	select DRM_SCHED
      9	select IOMMU_SUPPORT
     10	select IOMMU_IO_PGTABLE_LPAE
     11	select DRM_GEM_SHMEM_HELPER
     12	select PM_DEVFREQ
     13	select DEVFREQ_GOV_SIMPLE_ONDEMAND
     14	help
     15	  DRM driver for ARM Mali Midgard (T6xx, T7xx, T8xx) and
     16	  Bifrost (G3x, G5x, G7x) GPUs.