xref: /linux/drivers/gpu/drm/tyr/Kconfig (revision ae047468e047a67d5b6d4c1988da613d77f7a9dc)
1# SPDX-License-Identifier: GPL-2.0 or MIT
2
3config DRM_TYR
4	tristate "Tyr (Rust DRM support for ARM Mali CSF-based GPUs)"
5	depends on DRM=y
6	depends on RUST
7	depends on ARM || ARM64 || COMPILE_TEST
8	depends on MMU
9	depends on !GENERIC_ATOMIC64  # for IOMMU_IO_PGTABLE_LPAE
10	depends on COMMON_CLK
11	depends on IOMMU_SUPPORT
12	default n
13	select IOMMU_IO_PGTABLE_LPAE
14	select RUST_DRM_GEM_SHMEM_HELPER
15	help
16	  Rust DRM driver for ARM Mali CSF-based GPUs.
17
18	  This driver is for Mali (or Immortalis) Valhall Gxxx GPUs.
19
20	  Note that the Mali-G68 and Mali-G78, while Valhall architecture, will
21	  be supported with the panfrost driver as they are not CSF GPUs.
22
23	  if M is selected, the module will be called tyr. This driver is work
24	  in progress and may not be functional.
25