diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-12 23:30:26 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6 (patch) | |
tree | 5c475ea1eaae095eb70941f3fede649a7cd64a55 /arch/Kconfig | |
parent | 3649a0fa76e5092821127c38d6475b5cf7fd95b3 (diff) | |
download | u-boot-9a46bd3febd405e2d4b894d9ebae2e9ca88b22d6.tar.gz |
dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS
Update the sandbox MMC emulation to use driver model for MMC operations.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 566f044308..c43787c639 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -63,6 +63,7 @@ config SANDBOX select DM_I2C select DM_SPI select DM_GPIO + select DM_MMC config SH bool "SuperH architecture" |