blob: c99c50de3226d663bea299b722faeb2691581fbe [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
7 select SHMEM
8 select TMPFS
9 default y
10 help
11 DRM/KMS driver for MSM/snapdragon.
12
13config DRM_MSM_FBDEV
14 bool "Enable legacy fbdev support for MSM modesetting driver"
15 depends on DRM_MSM
Daniel Vetter92b6f892013-10-08 17:44:47 +020016 select DRM_KMS_FB_HELPER
Rob Clarkc8afe682013-06-26 12:44:06 -040017 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.
26
27config 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.