OMAPDSS: remove Kconfig dependencies
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 28 Sep 2012 10:46:39 +0000 (13:46 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 17 Oct 2012 08:57:09 +0000 (11:57 +0300)
Now that omapdss no longer uses any platform specific functions, we can
remove the "depends on ARCH_OMAP*" lines from Kconfig.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/Kconfig

index 80f5390..b5807e7 100644 (file)
@@ -1,6 +1,5 @@
 menuconfig OMAP2_DSS
         tristate "OMAP2+ Display Subsystem support"
-        depends on ARCH_OMAP2PLUS
         help
          OMAP2+ Display Subsystem support.
 
@@ -62,7 +61,6 @@ config OMAP2_DSS_VENC
 
 config OMAP4_DSS_HDMI
        bool "HDMI support"
-       depends on ARCH_OMAP4
         default y
        help
          HDMI Interface. This adds the High Definition Multimedia Interface.
@@ -70,11 +68,9 @@ config OMAP4_DSS_HDMI
 
 config OMAP4_DSS_HDMI_AUDIO
        bool
-       depends on OMAP4_DSS_HDMI
 
 config OMAP2_DSS_SDI
        bool "SDI support"
-       depends on ARCH_OMAP3
         default n
        help
          SDI (Serial Display Interface) support.
@@ -84,7 +80,6 @@ config OMAP2_DSS_SDI
 
 config OMAP2_DSS_DSI
        bool "DSI support"
-       depends on ARCH_OMAP3 || ARCH_OMAP4 || ARCH_OMAP5
         default n
        help
          MIPI DSI (Display Serial Interface) support.