]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/gpu/drm/omapdrm/Kconfig
drm/i915: Use the precomputed value for whether to enable command parsing
[mirror_ubuntu-artful-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
cd5351f4
RC
7 default n
8 help
9 DRM display driver for OMAP2/3/4 based boards.
10
5b63aa3f
TV
11if DRM_OMAP
12
cd5351f4
RC
13config DRM_OMAP_NUM_CRTCS
14 int "Number of CRTCs"
15 range 1 10
16 default 1 if ARCH_OMAP2 || ARCH_OMAP3
17 default 2 if ARCH_OMAP4
cd5351f4
RC
18 help
19 Select the number of video overlays which can be used as framebuffers.
20 The remaining overlays are reserved for video.
21
9960aa7c
TV
22source "drivers/gpu/drm/omapdrm/dss/Kconfig"
23source "drivers/gpu/drm/omapdrm/displays/Kconfig"
5b63aa3f
TV
24
25endif