]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/gpu/drm/msm/Kconfig
drm/msm: Add split display interface
[mirror_ubuntu-artful-kernel.git] / drivers / gpu / drm / msm / Kconfig
CommitLineData
c8afe684
RC
1
2config DRM_MSM
3 tristate "MSM DRM"
4 depends on DRM
fb27b8f2 5 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
40039904 6 depends on OF && COMMON_CLK
b7bbd640 7 select REGULATOR
c8afe684 8 select DRM_KMS_HELPER
3e87599b 9 select DRM_PANEL
c8afe684
RC
10 select SHMEM
11 select TMPFS
12 default y
13 help
14 DRM/KMS driver for MSM/snapdragon.
15
16config DRM_MSM_FBDEV
17 bool "Enable legacy fbdev support for MSM modesetting driver"
18 depends on DRM_MSM
92b6f89f 19 select DRM_KMS_FB_HELPER
c8afe684
RC
20 select FB_SYS_FILLRECT
21 select FB_SYS_COPYAREA
22 select FB_SYS_IMAGEBLIT
23 select FB_SYS_FOPS
24 default y
25 help
26 Choose this option if you have a need for the legacy fbdev
27 support. Note that this support also provide the linux console
28 support on top of the MSM modesetting driver.
29
30config DRM_MSM_REGISTER_LOGGING
31 bool "MSM DRM register logging"
32 depends on DRM_MSM
33 default n
34 help
35 Compile in support for logging register reads/writes in a format
36 that can be parsed by envytools demsm tool. If enabled, register
37 logging can be switched on via msm.reglog=y module param.