blob: 9d907c526c94d4df4d9a70a527678c2d58a743ff [file] [log] [blame]
Rob Clarkc8afe682013-06-26 12:44:06 -04001
2config DRM_MSM
3 tristate "MSM DRM"
4 depends on DRM
Rob Clarkfb27b8f2014-05-30 15:37:54 -04005 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
Rob Clarkc8afe682013-06-26 12:44:06 -04006 select DRM_KMS_HELPER
Rob Clark3e875992014-08-01 13:08:11 -04007 select DRM_PANEL
Rob Clarkc8afe682013-06-26 12:44:06 -04008 select SHMEM
9 select TMPFS
10 default y
11 help
12 DRM/KMS driver for MSM/snapdragon.
13
14config DRM_MSM_FBDEV
15 bool "Enable legacy fbdev support for MSM modesetting driver"
16 depends on DRM_MSM
Daniel Vetter92b6f892013-10-08 17:44:47 +020017 select DRM_KMS_FB_HELPER
Rob Clarkc8afe682013-06-26 12:44:06 -040018 select FB_SYS_FILLRECT
19 select FB_SYS_COPYAREA
20 select FB_SYS_IMAGEBLIT
21 select FB_SYS_FOPS
22 default y
23 help
24 Choose this option if you have a need for the legacy fbdev
25 support. Note that this support also provide the linux console
26 support on top of the MSM modesetting driver.
27
28config DRM_MSM_REGISTER_LOGGING
29 bool "MSM DRM register logging"
30 depends on DRM_MSM
31 default n
32 help
33 Compile in support for logging register reads/writes in a format
34 that can be parsed by envytools demsm tool. If enabled, register
35 logging can be switched on via msm.reglog=y module param.