diff options
author | Benoît Monin <benoit.monin@bootlin.com> | 2025-06-17 15:25:56 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-07-02 14:01:12 +0200 |
commit | 35acf3970a97e691215c896bbd5126c4365abf49 (patch) | |
tree | dffa67920fa06cd9a2492f73227bd35e143eeed2 | |
parent | be582c523451898c10318c1513f3338ea5a4c6e4 (diff) | |
download | linux-35acf3970a97e691215c896bbd5126c4365abf49.tar.gz |
MIPS: eyeq5_defconfig: add cadence MMC/SDHCI driver
Notice: this object is not reachable from any branch.
Enable MMC support on eyeQ5 platform so it can be used as the root
partition.
Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Notice: this object is not reachable from any branch.
-rw-r--r-- | arch/mips/configs/eyeq5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/configs/eyeq5_defconfig b/arch/mips/configs/eyeq5_defconfig index ff7af5dc6d9d35..328016c1c6f4d8 100644 --- a/arch/mips/configs/eyeq5_defconfig +++ b/arch/mips/configs/eyeq5_defconfig @@ -79,6 +79,8 @@ CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y CONFIG_MMC=y CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_CADENCE=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_RESET_CONTROLLER=y # CONFIG_NVMEM is not set |