Skip to content

Commit 37c09ed

Browse files
committed
RISC-V: drop SOC_MICROCHIP_POLARFIRE for ARCH_MICROCHIP
SOC_MICROCHIP_POLARFIRE doesn't have any remaining in-kernel users, so time has come to remove it. Foolish auld me left the "POLARFIRE" in the new, hidden, config option when I renamed it and changed all of the users however. As HPSC has been announced, and is not a PolarFire, drop mention of that specific FPGA family from the new user-visible config option. Acked-by: Palmer Dabbelt <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 0eea987 commit 37c09ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

arch/riscv/Kconfig.socs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
menu "SoC selection"
22

33
config ARCH_MICROCHIP_POLARFIRE
4-
def_bool SOC_MICROCHIP_POLARFIRE
4+
def_bool ARCH_MICROCHIP
55

6-
config SOC_MICROCHIP_POLARFIRE
7-
bool "Microchip PolarFire SoCs"
6+
config ARCH_MICROCHIP
7+
bool "Microchip SoCs"
88
help
9-
This enables support for Microchip PolarFire SoC platforms.
9+
This enables support for Microchip SoC platforms.
1010

1111
config ARCH_RENESAS
1212
bool "Renesas RISC-V SoCs"

arch/riscv/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CONFIG_BLK_DEV_INITRD=y
2525
CONFIG_EXPERT=y
2626
# CONFIG_SYSFS_SYSCALL is not set
2727
CONFIG_PROFILING=y
28-
CONFIG_SOC_MICROCHIP_POLARFIRE=y
28+
CONFIG_ARCH_MICROCHIP=y
2929
CONFIG_ARCH_RENESAS=y
3030
CONFIG_SOC_SIFIVE=y
3131
CONFIG_ARCH_SOPHGO=y

0 commit comments

Comments
 (0)