diff options
author | Russell Senior <russell@personaltelco.net> | 2016-05-22 13:24:05 -0700 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-23 12:17:55 +0200 |
commit | 0fd183c1553473f77d9b12f0e2babe67a5ecf8ed (patch) | |
tree | 37230d0a446a29b6ba8ccbceff9582ca3546caaf /target/linux/x86/64 | |
parent | f89a20a89aebe4767c606b4e04a6a3906e1ee26c (diff) | |
download | upstream-0fd183c1553473f77d9b12f0e2babe67a5ecf8ed.tar.gz upstream-0fd183c1553473f77d9b12f0e2babe67a5ecf8ed.tar.bz2 upstream-0fd183c1553473f77d9b12f0e2babe67a5ecf8ed.zip |
x86_64: enable mmc to support booting off sd
Improved support for PCEngines APU
Signed-off-by: Russell Senior <russell@personaltelco.net>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 8b62b86fdd..89a8a4ce45 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -141,6 +141,14 @@ CONFIG_MEMORY_BALLOON=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_MFD_CORE=y # CONFIG_MFD_INTEL_LPSS_ACPI 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_MODULES_USE_ELF_RELA=y # CONFIG_MPSC is not set CONFIG_MUTEX_SPIN_ON_OWNER=y |