summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/Kconfig
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2017-03-24 16:47:51 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-04-03 12:36:40 +0300
commitf1118b893e65ada7845c587f4682b153ea40e2ad (patch)
tree9bc45ef4c337a61c85fb99858455b92964ffe083 /drivers/gpu/drm/omapdrm/Kconfig
parentc9af3ed7311f5fbc4b0e109daddfcc8a47267331 (diff)
drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
Allocate one CRTC for each connected output and get rid of DRM_OMAP_NUM_CRTCS config option. We still can not create more CRTCs than we have DSS display managers. We also reserve one overlay per CRTC for primary plane so we can not have more CRTCs than we have overlays either. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/Kconfig')
-rw-r--r--drivers/gpu/drm/omapdrm/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/omapdrm/Kconfig b/drivers/gpu/drm/omapdrm/Kconfig
index 556f81f6b2c7..b3d08c5f41d4 100644
--- a/drivers/gpu/drm/omapdrm/Kconfig
+++ b/drivers/gpu/drm/omapdrm/Kconfig
@@ -10,15 +10,6 @@ config DRM_OMAP
if DRM_OMAP
-config DRM_OMAP_NUM_CRTCS
- int "Number of CRTCs"
- range 1 10
- default 1 if ARCH_OMAP2 || ARCH_OMAP3
- default 2 if ARCH_OMAP4
- help
- Select the number of video overlays which can be used as framebuffers.
- The remaining overlays are reserved for video.
-
source "drivers/gpu/drm/omapdrm/dss/Kconfig"
source "drivers/gpu/drm/omapdrm/displays/Kconfig"