drm/exynos: Stop using drm_framebuffer_unregister_private
[linux/fpc-iii.git] / drivers / gpu / drm / tegra / Kconfig
blobbbf5a4b7e0b6950afc36953ada315fd4b6350068
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         help
11           Choose this option if you have an NVIDIA Tegra SoC.
13           To compile this driver as a module, choose M here: the module
14           will be called tegra-drm.
16 if DRM_TEGRA
18 config DRM_TEGRA_DEBUG
19         bool "NVIDIA Tegra DRM debug support"
20         help
21           Say yes here to enable debugging support.
23 config DRM_TEGRA_STAGING
24         bool "Enable HOST1X interface"
25         depends on STAGING
26         help
27           Say yes if HOST1X should be available for userspace DRM users.
29           If unsure, choose N.
31 endif