xref: /linux/drivers/gpu/drm/tyr/Kconfig (revision 58809f614e0e3f4e12b489bddf680bfeb31c0a20)
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 !GENERIC_ATOMIC64  # for IOMMU_IO_PGTABLE_LPAE
9	default n
10	help
11	  Rust DRM driver for ARM Mali CSF-based GPUs.
12
13	  This driver is for Mali (or Immortalis) Valhall Gxxx GPUs.
14
15	  Note that the Mali-G68 and Mali-G78, while Valhall architecture, will
16	  be supported with the panfrost driver as they are not CSF GPUs.
17
18	  if M is selected, the module will be called tyr. This driver is work
19	  in progress and may not be functional.
20