Commit 77b59e15 authored by Tony Lindgren's avatar Tony Lindgren

hsmmc: Leave out twl4030 dependency

Also change the dependency to ARCH_OMAPP2430 || ARCH_OMAP3.
Based on comments by David Brownell.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6d396544
...@@ -79,11 +79,10 @@ config MMC_OMAP ...@@ -79,11 +79,10 @@ config MMC_OMAP
config MMC_OMAP_HS config MMC_OMAP_HS
tristate "TI OMAP High Speed Multimedia Card Interface support" tristate "TI OMAP High Speed Multimedia Card Interface support"
depends on (ARCH_OMAP2 && ARCH_OMAP2430) || ARCH_OMAP3 depends on ARCH_OMAP2430 || ARCH_OMAP3
select TWL4030_CORE
help help
This selects the TI OMAP High Speed Multimedia card Interface. This selects the TI OMAP High Speed Multimedia card Interface.
If you have an OMAP2(2430) or OMAP3 board with a Multimedia Card slot, If you have an OMAP2430 or OMAP3 board with a Multimedia Card slot,
say Y or M here. say Y or M here.
If unsure, say N. If unsure, say N.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment