diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-02-23 18:34:34 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-03 18:38:46 +0300 |
commit | 1c278e5e3718d15475ec08ee2135f37a6b13361c (patch) | |
tree | 761f2a50950bb4300d1887907eec1a185d6bec6c /drivers/gpu/drm/omapdrm | |
parent | c2eb77ff717c3aa403f5807425a7f2b2cb67b6b3 (diff) | |
download | linux-1c278e5e3718d15475ec08ee2135f37a6b13361c.tar.xz |
drm/omap: no need to select OMAP2_DSS
omapdss driver now depends on omapdrm, so we no longer should select
OMAP2_DSS from omapdrm's Kconfig.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm')
-rw-r--r-- | drivers/gpu/drm/omapdrm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/Kconfig b/drivers/gpu/drm/omapdrm/Kconfig index 336ad4de9981..73241c4eb7aa 100644 --- a/drivers/gpu/drm/omapdrm/Kconfig +++ b/drivers/gpu/drm/omapdrm/Kconfig @@ -2,7 +2,6 @@ config DRM_OMAP tristate "OMAP DRM" depends on DRM depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM - select OMAP2_DSS select DRM_KMS_HELPER select DRM_KMS_FB_HELPER select FB_SYS_FILLRECT |