Skip to content

Commit a7e9fbe

Browse files
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 <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 23592d5 commit a7e9fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ CONFIG_USB_OHCI_HCD=y
8888
CONFIG_USB_OHCI_HCD_PLATFORM=y
8989
CONFIG_USB_STORAGE=y
9090
CONFIG_USB_UAS=y
91+
CONFIG_MMC=y
9192
CONFIG_MMC_SDHCI=y
9293
CONFIG_MMC_SDHCI_PLTFM=y
9394
CONFIG_MMC_SDHCI_CADENCE=y
94-
CONFIG_MMC=y
9595
CONFIG_MMC_SPI=y
9696
CONFIG_RTC_CLASS=y
9797
CONFIG_VIRTIO_PCI=y

0 commit comments

Comments
 (0)