diff options
author | 2016-02-23 17:34:34 +0200 | |
---|---|---|
committer | 2016-03-03 17:38:46 +0200 | |
commit | 1c278e5e3718d15475ec08ee2135f37a6b13361c (patch) | |
tree | 761f2a50950bb4300d1887907eec1a185d6bec6c | |
parent | drm/omap: gem: Fix omap_gem_new() error path (diff) | |
download | wireguard-linux-1c278e5e3718d15475ec08ee2135f37a6b13361c.tar.xz wireguard-linux-1c278e5e3718d15475ec08ee2135f37a6b13361c.zip |
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>
-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 |