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>
This commit is contained in:
parent
311d5ce88a
commit
97fbd0fc9f
1 changed files with 0 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
menuconfig OMAP2_DSS
|
menuconfig OMAP2_DSS
|
||||||
tristate "OMAP2+ Display Subsystem support"
|
tristate "OMAP2+ Display Subsystem support"
|
||||||
depends on ARCH_OMAP2PLUS
|
|
||||||
help
|
help
|
||||||
OMAP2+ Display Subsystem support.
|
OMAP2+ Display Subsystem support.
|
||||||
|
|
||||||
|
@ -62,7 +61,6 @@ config OMAP2_DSS_VENC
|
||||||
|
|
||||||
config OMAP4_DSS_HDMI
|
config OMAP4_DSS_HDMI
|
||||||
bool "HDMI support"
|
bool "HDMI support"
|
||||||
depends on ARCH_OMAP4
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
HDMI Interface. This adds the High Definition Multimedia Interface.
|
HDMI Interface. This adds the High Definition Multimedia Interface.
|
||||||
|
@ -70,11 +68,9 @@ config OMAP4_DSS_HDMI
|
||||||
|
|
||||||
config OMAP4_DSS_HDMI_AUDIO
|
config OMAP4_DSS_HDMI_AUDIO
|
||||||
bool
|
bool
|
||||||
depends on OMAP4_DSS_HDMI
|
|
||||||
|
|
||||||
config OMAP2_DSS_SDI
|
config OMAP2_DSS_SDI
|
||||||
bool "SDI support"
|
bool "SDI support"
|
||||||
depends on ARCH_OMAP3
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
SDI (Serial Display Interface) support.
|
SDI (Serial Display Interface) support.
|
||||||
|
@ -84,7 +80,6 @@ config OMAP2_DSS_SDI
|
||||||
|
|
||||||
config OMAP2_DSS_DSI
|
config OMAP2_DSS_DSI
|
||||||
bool "DSI support"
|
bool "DSI support"
|
||||||
depends on ARCH_OMAP3 || ARCH_OMAP4 || ARCH_OMAP5
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
MIPI DSI (Display Serial Interface) support.
|
MIPI DSI (Display Serial Interface) support.
|
||||||
|
|
Loading…
Add table
Reference in a new issue