diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-30 19:24:01 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | b7c6baef2891ce8978cbfddb66e944943473ac21 (patch) | |
tree | c631a6962fac846cf2cc20b4405b25022199d0ef /arch/Kconfig | |
parent | 52a1c2c68b40354b82fbd651cdcf212f20fd5486 (diff) | |
download | u-boot-b7c6baef2891ce8978cbfddb66e944943473ac21.tar.gz |
x86: Convert MMC to driver model
Convert the pci_mmc driver over to driver model and migrate all x86 boards
that use it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: remove DM_MMC from edison_defconfig]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
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 99617b7d04..fdcf7cd8a8 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -98,6 +98,7 @@ config X86 imply DM_ETH imply DM_GPIO imply DM_KEYBOARD + imply DM_MMC imply DM_RTC imply DM_SERIAL imply DM_SPI |