aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-09 21:36:24 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-29 11:07:48 +0200
commit5b63aa3feca79aebf14bc266690fd1d4a9ce4f2d (patch)
tree29df67a840f9d6bdf50192afadccadfb0a0506b3 /drivers/gpu/drm/omapdrm/displays/Kconfig
parentdrm/omap: move omapdss & displays under omapdrm (diff)
downloadlinux-dev-5b63aa3feca79aebf14bc266690fd1d4a9ce4f2d.tar.xz
linux-dev-5b63aa3feca79aebf14bc266690fd1d4a9ce4f2d.zip
drm/omap: make omapdrm select OMAP2_DSS
Now that omapdss is only for omapdrm, we can change omapdrm to select OMAP2_DSS to enable omapdss if omapdrm is enabled, instead of omapdrm depending on omapdss. We can also change omapdss and the display drivers to depend on DRM_OMAP, so that they are only visible under omapdrm in menuconfig. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Dave Airlie <airlied@gmail.com> Acked-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/displays/Kconfig')
-rw-r--r--drivers/gpu/drm/omapdrm/displays/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/Kconfig b/drivers/gpu/drm/omapdrm/displays/Kconfig
index 574710141a61..2a618afe0f53 100644
--- a/drivers/gpu/drm/omapdrm/displays/Kconfig
+++ b/drivers/gpu/drm/omapdrm/displays/Kconfig
@@ -1,5 +1,4 @@
-menu "OMAP Display Device Drivers (new device model)"
- depends on OMAP2_DSS
+menu "OMAPDRM External Display Device Drivers"
config DISPLAY_ENCODER_OPA362
tristate "OPA362 external analog amplifier"