Kconfig 653 B

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