diff options
author | Arnd Bergmann | 2022-09-28 22:35:14 +0200 |
---|---|---|
committer | Arnd Bergmann | 2022-09-28 22:35:15 +0200 |
commit | 25631f1fec2a1e1aa93811fe7af2b29d49d79874 (patch) | |
tree | aef7bc868da9fa7cd973567b67fc3d8b08a9d56b /arch/arm64 | |
parent | ffc79c2097fd5e954d99dfeaaa5c0437a27a1ece (diff) | |
parent | 489dd8611b64efbd84c12c6c9db470dadc34470f (diff) |
Merge tag 'v6.1-rockchip-defconfig64-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/defconfig
Enable Synopsys DWC MSHC (sdhci) driver in the defconfig.
* tag 'v6.1-rockchip-defconfig64-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
arm64: defconfig: Enable Synopsys DWC MSHC driver
Link: https://lore.kernel.org/r/1989419.QkHrqEjB74@phil
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c0dc24583f21..297ad5b7939b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -922,6 +922,7 @@ CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ACPI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_OF_ARASAN=y +CONFIG_MMC_SDHCI_OF_DWCMSHC=y CONFIG_MMC_SDHCI_OF_ESDHC=y CONFIG_MMC_SDHCI_CADENCE=y CONFIG_MMC_SDHCI_ESDHC_IMX=y |