]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/gpu/drm/omapdrm/Kconfig
Merge remote-tracking branches 'asoc/topic/tas571x', 'asoc/topic/tlv320aic31xx',...
[mirror_ubuntu-eoan-kernel.git] / drivers / gpu / drm / omapdrm / Kconfig
CommitLineData
cd5351f4
RC
1config DRM_OMAP
2 tristate "OMAP DRM"
2644ee96 3 depends on DRM
5e3b0874 4 depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
62cb0751 5 select OMAP2_DSS
cd5351f4 6 select DRM_KMS_HELPER
92b6f89f 7 select DRM_KMS_FB_HELPER
cd5351f4
RC
8 select FB_SYS_FILLRECT
9 select FB_SYS_COPYAREA
10 select FB_SYS_IMAGEBLIT
11 select FB_SYS_FOPS
12 default n
13 help
14 DRM display driver for OMAP2/3/4 based boards.
15
5b63aa3f
TV
16if DRM_OMAP
17
cd5351f4
RC
18config DRM_OMAP_NUM_CRTCS
19 int "Number of CRTCs"
20 range 1 10
21 default 1 if ARCH_OMAP2 || ARCH_OMAP3
22 default 2 if ARCH_OMAP4
cd5351f4
RC
23 help
24 Select the number of video overlays which can be used as framebuffers.
25 The remaining overlays are reserved for video.
26
9960aa7c
TV
27source "drivers/gpu/drm/omapdrm/dss/Kconfig"
28source "drivers/gpu/drm/omapdrm/displays/Kconfig"
5b63aa3f
TV
29
30endif