xref: /openbmc/linux/drivers/gpu/drm/tegra/Kconfig (revision d0b73b48)
1config DRM_TEGRA
2	tristate "NVIDIA Tegra DRM"
3	depends on DRM && OF && ARCH_TEGRA
4	select DRM_KMS_HELPER
5	select DRM_GEM_CMA_HELPER
6	select DRM_KMS_CMA_HELPER
7	select FB_CFB_FILLRECT
8	select FB_CFB_COPYAREA
9	select FB_CFB_IMAGEBLIT
10	help
11	  Choose this option if you have an NVIDIA Tegra SoC.
12
13	  To compile this driver as a module, choose M here: the module
14	  will be called tegra-drm.
15
16if DRM_TEGRA
17
18config DRM_TEGRA_DEBUG
19	bool "NVIDIA Tegra DRM debug support"
20	help
21	  Say yes here to enable debugging support.
22
23endif
24