From 3de06660b096bfc761ef58b7e197b0c9742c853e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 10 Dec 2024 14:43:10 -0600 Subject: [PATCH] wip: Enable BCM2835_MMC Trying to get the kernel to find the root filesystem on the SD card... --- linux.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux.config b/linux.config index 169ff93..579d5e5 100644 --- a/linux.config +++ b/linux.config @@ -14,6 +14,9 @@ CONFIG_PCI=y CONFIG_PCIE_BRCMSTB=y CONFIG_BLK_DEV_NVME=y +CONFIG_MMC_BCM2835_SDHOST=y +CONFIG_MMC_BCM2835_MMC=y + CONFIG_FW_LOADER_COMPRESS=y CONFIG_I2C=y