Commit a1f925bc authored by Arnd Bergmann's avatar Arnd Bergmann

mmc: omap: drop TPS65010 dependency

The original TPS65010 dependency was only needed for MACH_OMAP_H2,
which is now gone, but I messed up the conversion when I removed that
symbol.

Now the missing TPS65010 causes a boot failure on other machines
such as the SX1.
Reported-by: default avatarGuenter Roeck <linux@roeck-us.net>
Fixes: 0d7bb85e ("ARM: omap1: remove unused board files")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent e5b83238
...@@ -488,7 +488,6 @@ config MMC_SDHCI_ST ...@@ -488,7 +488,6 @@ config MMC_SDHCI_ST
config MMC_OMAP config MMC_OMAP
tristate "TI OMAP Multimedia Card Interface support" tristate "TI OMAP Multimedia Card Interface support"
depends on ARCH_OMAP depends on ARCH_OMAP
depends on TPS65010
help help
This selects the TI OMAP Multimedia card Interface. This selects the TI OMAP Multimedia card Interface.
If you have an OMAP board with a Multimedia Card slot, If you have an OMAP board with a Multimedia Card slot,
......
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