blob: b6984971ce0c9b928dca6251db2916cdc78c77e9 [file] [log] [blame]
Rob Clarkc8afe682013-06-26 12:44:06 -04001
2config DRM_MSM
3 tristate "MSM DRM"
4 depends on DRM
Joerg Roedel4c071c72014-01-07 22:55:06 +01005 depends on MSM_IOMMU
Kumar Gala016bcb3b2014-01-30 14:45:05 -06006 depends on ARCH_MSM8960 || (ARM && COMPILE_TEST)
Rob Clarkc8afe682013-06-26 12:44:06 -04007 select DRM_KMS_HELPER
8 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.