summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index d862d1e2024..f4ad1db45d7 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -317,13 +317,13 @@ config MMC_PCI
If you have an MMC controller on a PCI bus, say Y here.
config MMC_OCTEONTX
- bool "Marvell OcteonTX Multimedia Card Interface support"
- depends on (ARCH_OCTEONTX || ARCH_OCTEONTX2)
+ bool "Marvell Octeon Multimedia Card Interface support"
+ depends on (ARCH_OCTEON || ARCH_OCTEONTX || ARCH_OCTEONTX2)
depends on DM_MMC
help
- This selects the OcteonTX Multimedia card Interface.
- If you have an OcteonTX/TX2 board with a Multimedia Card slot,
- say Y here.
+ This selects the Octeon Multimedia card Interface.
+ If you have an OcteonTX/TX2 or MIPS Octeon board with a
+ Multimedia Card slot, say Y here.
If unsure, say N.