Skip to content

Commit

Permalink
OMAPDSS: remove Kconfig dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen committed Oct 17, 2012
1 parent 311d5ce commit 97fbd0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/video/omap2/dss/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
menuconfig OMAP2_DSS
tristate "OMAP2+ Display Subsystem support"
depends on ARCH_OMAP2PLUS
help
OMAP2+ Display Subsystem support.

Expand Down Expand Up @@ -62,19 +61,16 @@ 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.
See http://www.hdmi.org/ for HDMI specification.

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.
Expand All @@ -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.
Expand Down

0 comments on commit 97fbd0f

Please sign in to comment.