Skip to content

Commit 2951162

Browse files
atishp04palmer-dabbelt
authored andcommitted
RISC-V: Enable Microchip PolarFire ICICLE SoC
Enable Microchip PolarFire ICICLE soc config in defconfig. It allows the default upstream kernel to boot on PolarFire ICICLE board. Signed-off-by: Atish Patra <[email protected]> Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Bin Meng <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 0fa6107 commit 2951162

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CONFIG_EXPERT=y
1616
CONFIG_BPF_SYSCALL=y
1717
CONFIG_SOC_SIFIVE=y
1818
CONFIG_SOC_VIRT=y
19+
CONFIG_SOC_MICROCHIP_POLARFIRE=y
1920
CONFIG_SMP=y
2021
CONFIG_HOTPLUG_CPU=y
2122
CONFIG_JUMP_LABEL=y
@@ -82,6 +83,9 @@ CONFIG_USB_OHCI_HCD=y
8283
CONFIG_USB_OHCI_HCD_PLATFORM=y
8384
CONFIG_USB_STORAGE=y
8485
CONFIG_USB_UAS=y
86+
CONFIG_MMC_SDHCI=y
87+
CONFIG_MMC_SDHCI_PLTFM=y
88+
CONFIG_MMC_SDHCI_CADENCE=y
8589
CONFIG_MMC=y
8690
CONFIG_MMC_SPI=y
8791
CONFIG_RTC_CLASS=y

0 commit comments

Comments
 (0)