diff options
author | Andreas Ziegler <github@andreas-ziegler.de> | 2016-11-15 20:36:27 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-11-16 01:48:19 +0100 |
commit | 40a16fec6a8ddecd022452b1c2052bf08b681687 (patch) | |
tree | a1f8d4775970e7aa65e6c325e8b5517fb77cf1fc | |
parent | cf8aa18040193b5e63881e3aac1ccb32f921ec57 (diff) | |
download | upstream-40a16fec6a8ddecd022452b1c2052bf08b681687.tar.gz upstream-40a16fec6a8ddecd022452b1c2052bf08b681687.tar.bz2 upstream-40a16fec6a8ddecd022452b1c2052bf08b681687.zip |
x86-generic: add MMC support to boot off SD cards
MMC support has been added to x86-64 a while ago, there is no reason not
to support it in x86-generic as well.
Signed-off-by: Andreas Ziegler <github@andreas-ziegler.de>
[Matthias Schiffer: add commit message]
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
-rw-r--r-- | target/linux/x86/generic/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index a6d3bb827b..bef606935b 100644 --- a/target/linux/x86/generic/config-default +++ b/target/linux/x86/generic/config-default @@ -205,6 +205,14 @@ CONFIG_MFD_INTEL_LPSS=y CONFIG_MFD_INTEL_LPSS_ACPI=y # CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set # CONFIG_MIXCOMWD is not set +CONFIG_MMC=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_RICOH_MMC=y +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PCI=y +# CONFIG_MMC_SDHCI_PLTFM is not set +# CONFIG_MMC_TIFM_SD is not set +# CONFIG_MMC_WBSD is not set CONFIG_MMU_NOTIFIER=y # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_CYAPA is not set |