Kconfig 693 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config TEGRA_HOST1X
  3. tristate "NVIDIA Tegra host1x driver"
  4. depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
  5. select IOMMU_IOVA if IOMMU_SUPPORT
  6. help
  7. Driver for the NVIDIA Tegra host1x hardware.
  8. The Tegra host1x module is the DMA engine for register access to
  9. Tegra's graphics- and multimedia-related modules. The modules served
  10. by host1x are referred to as clients. host1x includes some other
  11. functionality, such as synchronization.
  12. if TEGRA_HOST1X
  13. config TEGRA_HOST1X_FIREWALL
  14. bool "Enable HOST1X security firewall"
  15. default y
  16. help
  17. Say yes if kernel should protect command streams from tampering.
  18. If unsure, choose Y.
  19. endif