diff options
author | Steven J. Hill <Steven.Hill@cavium.com> | 2017-04-24 13:41:57 -0500 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-04-24 21:51:20 +0200 |
commit | 01d95843335c6d7bb7d100c0083165f489c6e50b (patch) | |
tree | 93f25038f6ddaf005ed00a00c7c8696514636177 /drivers/mmc/host/Kconfig | |
parent | dceb9781dcad8b9bdb88b9f7c06b2e47f5ad789e (diff) | |
download | linux-stable-01d95843335c6d7bb7d100c0083165f489c6e50b.tar.gz linux-stable-01d95843335c6d7bb7d100c0083165f489c6e50b.tar.bz2 linux-stable-01d95843335c6d7bb7d100c0083165f489c6e50b.zip |
mmc: cavium: Add MMC support for Octeon SOCs.
Add platform driver for Octeon SOCs.
Signed-off-by: Steven J. Hill <Steven.Hill@cavium.com>
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 9cee339f337c..2db84dd664d7 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -622,6 +622,16 @@ config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND help If you say yes here SD-Cards may work on the EZkit. +config MMC_CAVIUM_OCTEON + tristate "Cavium OCTEON SD/MMC Card Interface support" + depends on CAVIUM_OCTEON_SOC + help + This selects Cavium OCTEON SD/MMC card Interface. + If you have an OCTEON board with a Multimedia Card slot, + say Y or M here. + + If unsure, say N. + config MMC_CAVIUM_THUNDERX tristate "Cavium ThunderX SD/MMC Card Interface support" depends on PCI && 64BIT && (ARM64 || COMPILE_TEST) |