diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-28 13:46:39 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-17 11:57:09 +0300 |
commit | 97fbd0fc9f36105c68cf235fd9bffb3e517d2e06 (patch) | |
tree | a4866b230cfee1732210432a195bf4508e8fc5ce | |
parent | 311d5ce88aad6033200663f27e0320e7097ebf6e (diff) | |
download | linux-stable-97fbd0fc9f36105c68cf235fd9bffb3e517d2e06.tar.gz linux-stable-97fbd0fc9f36105c68cf235fd9bffb3e517d2e06.tar.bz2 linux-stable-97fbd0fc9f36105c68cf235fd9bffb3e517d2e06.zip |
OMAPDSS: remove Kconfig dependencies
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>
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index 80f5390aa136..b5807e793e89 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig @@ -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. |