aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorTianrui Wei <tianrui-wei@outlook.com>2021-07-01 12:54:20 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-07-06 13:50:56 +0800
commitd6b156eb9061b5c6eafe48e3c238178351f772c9 (patch)
treef3d44ef20817583641aa2b84fb718120b6262e0f /drivers/mmc/Kconfig
parent8a44fe69439438797b93b2e7dd70e1a8fad31519 (diff)
downloadu-boot-d6b156eb9061b5c6eafe48e3c238178351f772c9.zip
u-boot-d6b156eb9061b5c6eafe48e3c238178351f772c9.tar.gz
u-boot-d6b156eb9061b5c6eafe48e3c238178351f772c9.tar.bz2
mmc: openpiton: add piton_mmc driver
This commit adds support to piton_mmc driver for OpenPiton-riscv64 This driver has many things set as preconfigured because the hardware automatically configures most of the settings during startup. Signed-off-by: Tianrui Wei <tianrui-wei@outlook.com> Signed-off-by: Jonathan Balkind <jbalkind@ucsb.edu> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 0909f50..d017617 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -727,6 +727,15 @@ config MMC_SUNXI_HAS_MODE_SWITCH
bool
depends on MMC_SUNXI
+config MMC_PITON
+ bool "MMC support for OpenPiton SoC"
+ depends on DM_MMC && BLK
+ help
+ This selects support for the SD host controller on OpenPiton SoC.
+ Note that this SD controller directly exposes the contents of the
+ SD card as memory mapped, so there is no manual configuration
+ required
+
config GENERIC_ATMEL_MCI
bool "Atmel Multimedia Card Interface support"
depends on DM_MMC && BLK && ARCH_AT91