drm/udl: properly set active_16 flag in udl_crtc_page_flip(). (v2)
[deliverable/linux.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)
b7bbd640 6 select REGULATOR
c8afe684 7 select DRM_KMS_HELPER
3e87599b 8 select DRM_PANEL
c8afe684
RC
9 select SHMEM
10 select TMPFS
11 default y
12 help
13 DRM/KMS driver for MSM/snapdragon.
14
15config DRM_MSM_FBDEV
16 bool "Enable legacy fbdev support for MSM modesetting driver"
17 depends on DRM_MSM
92b6f89f 18 select DRM_KMS_FB_HELPER
c8afe684
RC
19 select FB_SYS_FILLRECT
20 select FB_SYS_COPYAREA
21 select FB_SYS_IMAGEBLIT
22 select FB_SYS_FOPS
23 default y
24 help
25 Choose this option if you have a need for the legacy fbdev
26 support. Note that this support also provide the linux console
27 support on top of the MSM modesetting driver.
28
29config DRM_MSM_REGISTER_LOGGING
30 bool "MSM DRM register logging"
31 depends on DRM_MSM
32 default n
33 help
34 Compile in support for logging register reads/writes in a format
35 that can be parsed by envytools demsm tool. If enabled, register
36 logging can be switched on via msm.reglog=y module param.
This page took 0.08341 seconds and 5 git commands to generate.