2 tristate "NVIDIA Tegra DRM"
3 depends on ARCH_TEGRA || (ARM && COMPILE_TEST)
5 depends on RESET_CONTROLLER
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.
18 config DRM_TEGRA_FBDEV
19 bool "Enable legacy fbdev support"
20 select DRM_KMS_FB_HELPER
21 select FB_SYS_FILLRECT
22 select FB_SYS_COPYAREA
23 select FB_SYS_IMAGEBLIT
26 Choose this option if you have a need for the legacy fbdev support.
27 Note that this support also provides the Linux console on top of
28 the Tegra modesetting driver.
30 config DRM_TEGRA_DEBUG
31 bool "NVIDIA Tegra DRM debug support"
33 Say yes here to enable debugging support.
35 config DRM_TEGRA_STAGING
36 bool "Enable HOST1X interface"
39 Say yes if HOST1X should be available for userspace DRM users.