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-03 12:35:11 +0200 |
| commit | f973fe6528335033d12efe49815f6bfa63bfd666 (patch) | |
| tree | cbfdb9cb17f07bc307d337a990cbe4e968c881ef | |
| parent | 2de84c70ffcd5dea6050fb343d1a61c0e22e2b5b (diff) | |
| download | linux-f973fe6528335033d12efe49815f6bfa63bfd666.tar.gz linux-f973fe6528335033d12efe49815f6bfa63bfd666.zip | |
MIPS: eyeq5_defconfig: add cadence MMC/SDHCI driver
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>
| -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 ff7af5dc6d9d..328016c1c6f4 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 |
