From: Palmer Dabbelt Date: Fri, 19 Nov 2021 16:44:08 +0000 (-0800) Subject: RISC-V: defconfigs: Sort CONFIG_MMC X-Git-Tag: v6.1-rc5~2177^2~24^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7e9fbef867d2e1af316f9009bd714328aa0507a;p=platform%2Fkernel%2Flinux-starfive.git RISC-V: defconfigs: Sort CONFIG_MMC This should have no functional change, it just sorts CONFIG_MMC the same way savedefconfig does. This only touches the rv64 defconfig because rv32_defconfig was already sorted correctly. Reviewed-by: Anup Patel Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index fc22790..45adb1f 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -88,10 +88,10 @@ CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_PLATFORM=y CONFIG_USB_STORAGE=y CONFIG_USB_UAS=y +CONFIG_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_CADENCE=y -CONFIG_MMC=y CONFIG_MMC_SPI=y CONFIG_RTC_CLASS=y CONFIG_VIRTIO_PCI=y