rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()
[linux/fpc-iii.git] / drivers / gpu / drm / tegra / Kconfig
blob2db29d67193dbc1627c253ddbb8ba07f8c29de0b
1 config DRM_TEGRA
2         tristate "NVIDIA Tegra DRM"
3         depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
4         depends on COMMON_CLK
5         depends on DRM
6         select DRM_KMS_HELPER
7         select DRM_MIPI_DSI
8         select DRM_PANEL
9         select TEGRA_HOST1X
10         select IOMMU_IOVA if IOMMU_SUPPORT
11         help
12           Choose this option if you have an NVIDIA Tegra SoC.
14           To compile this driver as a module, choose M here: the module
15           will be called tegra-drm.
17 if DRM_TEGRA
19 config DRM_TEGRA_DEBUG
20         bool "NVIDIA Tegra DRM debug support"
21         help
22           Say yes here to enable debugging support.
24 config DRM_TEGRA_STAGING
25         bool "Enable HOST1X interface"
26         depends on STAGING
27         help
28           Say yes if HOST1X should be available for userspace DRM users.
30           If unsure, choose N.
32 endif