[LEDE-DEV] [PATCH v1 2/4] at91: Enable SDHCI for sama5 in default config

Sandeep Sheriker Mallikarjun sandeepsheriker.mallikarjun at microchip.com
Fri Oct 13 10:21:50 PDT 2017


Enabled SDHCI for sama5 in kernel default config and this is needed
to mount sdcard rootfs partition during boot.

Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
---
 target/linux/at91/sama5/config-default | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default
index 660e27e..176e85c 100644
--- a/target/linux/at91/sama5/config-default
+++ b/target/linux/at91/sama5/config-default
@@ -18,3 +18,8 @@ CONFIG_PL310_ERRATA_753970=y
 CONFIG_PL310_ERRATA_769419=y
 # CONFIG_SWP_EMULATE is not set
 # CONFIG_THUMB2_KERNEL is not set
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_IO_ACCESSORS=y
+CONFIG_MMC_SDHCI_OF_AT91=y
+CONFIG_MMC_SDHCI_PLTFM=y
+
-- 
2.7.4




More information about the Lede-dev mailing list