From 172c68e69703a5b42cbb738db6077867a0b05f0b Mon Sep 17 00:00:00 2001 From: mglae Date: Wed, 5 Jul 2017 23:50:09 +0200 Subject: [PATCH] linux config: allow to boot from SD Card reader --- projects/Generic/linux/linux.x86_64.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 27ab968ec3..b65af105f0 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -3981,9 +3981,9 @@ CONFIG_MMC_SDHCI_ACPI=y # CONFIG_MMC_VUB300 is not set # CONFIG_MMC_USHC is not set # CONFIG_MMC_USDHI6ROL0 is not set -CONFIG_MMC_REALTEK_PCI=m -CONFIG_MMC_REALTEK_USB=m -CONFIG_MMC_TOSHIBA_PCI=m +CONFIG_MMC_REALTEK_PCI=y +CONFIG_MMC_REALTEK_USB=y +CONFIG_MMC_TOSHIBA_PCI=y # CONFIG_MMC_MTK is not set CONFIG_MEMSTICK=m # CONFIG_MEMSTICK_DEBUG is not set