drm/tegra: Support the XBGR8888 pixelformat
[linux-2.6-block.git] / drivers / gpu / host1x / drm / Kconfig
CommitLineData
d8f4a9ed 1config DRM_TEGRA
692e6d7b 2 bool "NVIDIA Tegra DRM"
4231c6b0 3 depends on DRM && OF
d8f4a9ed 4 select DRM_KMS_HELPER
de2ba664
AM
5 select FB_SYS_FILLRECT
6 select FB_SYS_COPYAREA
7 select FB_SYS_IMAGEBLIT
d8f4a9ed
TR
8 help
9 Choose this option if you have an NVIDIA Tegra SoC.
10
11 To compile this driver as a module, choose M here: the module
12 will be called tegra-drm.
13
14if DRM_TEGRA
15
d43f81cb
TB
16config DRM_TEGRA_STAGING
17 bool "Enable HOST1X interface"
18 depends on STAGING
19 help
20 Say yes if HOST1X should be available for userspace DRM users.
21
22 If unsure, choose N.
23
d8f4a9ed
TR
24config DRM_TEGRA_DEBUG
25 bool "NVIDIA Tegra DRM debug support"
26 help
27 Say yes here to enable debugging support.
28
29endif