Kconfig 617 B

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