aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2023-02-11 22:00:06 +0100
committerGravatar Arnd Bergmann <arnd@arndb.de> 2023-02-11 22:00:09 +0100
commita1f925bc4fa899b3c0f2dcbc432d572c36e74e71 (patch)
tree42d5e2c7d2edac6bdc8327e51df481e5509a7ff6 /drivers/mmc
parentARM: pxa: restore mfp-pxa320.h (diff)
downloadlinux-a1f925bc4fa899b3c0f2dcbc432d572c36e74e71.tar.gz
linux-a1f925bc4fa899b3c0f2dcbc432d572c36e74e71.tar.bz2
linux-a1f925bc4fa899b3c0f2dcbc432d572c36e74e71.zip
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: Guenter Roeck <linux@roeck-us.net> Fixes: 0d7bb85e9413 ("ARM: omap1: remove unused board files") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index e1b88b51cc80..e13b0b0b8ebb 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -488,7 +488,6 @@ config MMC_SDHCI_ST
config MMC_OMAP
tristate "TI OMAP Multimedia Card Interface support"
depends on ARCH_OMAP
- depends on TPS65010
help
This selects the TI OMAP Multimedia card Interface.
If you have an OMAP board with a Multimedia Card slot,