Terje Bergstrom | 7547168 | 2013-03-22 16:34:01 +0200 | [diff] [blame] | 1 | config TEGRA_HOST1X |
| 2 | tristate "NVIDIA Tegra host1x driver" |
Thierry Reding | 6f44c2b | 2013-11-20 20:58:36 +0100 | [diff] [blame] | 3 | depends on ARCH_TEGRA || (ARM && COMPILE_TEST) |
Arnd Bergmann | 52499a6 | 2017-04-19 20:24:41 +0200 | [diff] [blame] | 4 | select IOMMU_IOVA if IOMMU_SUPPORT |
Terje Bergstrom | 7547168 | 2013-03-22 16:34:01 +0200 | [diff] [blame] | 5 | help |
| 6 | Driver for the NVIDIA Tegra host1x hardware. |
| 7 | |
| 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. |
Terje Bergstrom | 6579324 | 2013-03-22 16:34:03 +0200 | [diff] [blame] | 12 | |
| 13 | if TEGRA_HOST1X |
| 14 | |
| 15 | config TEGRA_HOST1X_FIREWALL |
| 16 | bool "Enable HOST1X security firewall" |
| 17 | default y |
| 18 | help |
| 19 | Say yes if kernel should protect command streams from tampering. |
| 20 | |
| 21 | If unsure, choose Y. |
| 22 | |
| 23 | endif |