x86/xen: resume timer irqs early
[linux/fpc-iii.git] / drivers / gpu / drm / msm / Kconfig
bloba06c19cc56f8988f7399641b9d9048308773f875
2 config DRM_MSM
3         tristate "MSM DRM"
4         depends on DRM
5         depends on ARCH_MSM
6         depends on ARCH_MSM8960
7         select DRM_KMS_HELPER
8         select SHMEM
9         select TMPFS
10         default y
11         help
12           DRM/KMS driver for MSM/snapdragon.
14 config DRM_MSM_FBDEV
15         bool "Enable legacy fbdev support for MSM modesetting driver"
16         depends on DRM_MSM
17         select FB_SYS_FILLRECT
18         select FB_SYS_COPYAREA
19         select FB_SYS_IMAGEBLIT
20         select FB_SYS_FOPS
21         default y
22         help
23           Choose this option if you have a need for the legacy fbdev
24           support. Note that this support also provide the linux console
25           support on top of the MSM modesetting driver.
27 config DRM_MSM_REGISTER_LOGGING
28         bool "MSM DRM register logging"
29         depends on DRM_MSM
30         default n
31         help
32           Compile in support for logging register reads/writes in a format
33           that can be parsed by envytools demsm tool.  If enabled, register
34           logging can be switched on via msm.reglog=y module param.