RISC-V: drop SOC_MICROCHIP_POLARFIRE for ARCH_MICROCHIP
authorConor Dooley <conor.dooley@microchip.com>
Tue, 5 Mar 2024 19:20:28 +0000 (19:20 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Wed, 10 Apr 2024 10:34:27 +0000 (11:34 +0100)
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 <palmer@rivosinc.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/Kconfig.socs
arch/riscv/configs/defconfig

index a4468deef99f6f17aea47a992000c9047ba3132b..3915985c83e43ae4959be819f0c3d759ed73f9ec 100644 (file)
@@ -1,12 +1,12 @@
 menu "SoC selection"
 
 config ARCH_MICROCHIP_POLARFIRE
-       def_bool SOC_MICROCHIP_POLARFIRE
+       def_bool ARCH_MICROCHIP
 
-config SOC_MICROCHIP_POLARFIRE
-       bool "Microchip PolarFire SoCs"
+config ARCH_MICROCHIP
+       bool "Microchip SoCs"
        help
-         This enables support for Microchip PolarFire SoC platforms.
+         This enables support for Microchip SoC platforms.
 
 config ARCH_RENESAS
        bool "Renesas RISC-V SoCs"
index fc0ec2ee13bc22c842e7ce4025e92e05599b5e1c..936015d9288ec7abe21e193e60f314f4c6e4936c 100644 (file)
@@ -25,7 +25,7 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_EXPERT=y
 # CONFIG_SYSFS_SYSCALL is not set
 CONFIG_PROFILING=y
-CONFIG_SOC_MICROCHIP_POLARFIRE=y
+CONFIG_ARCH_MICROCHIP=y
 CONFIG_ARCH_RENESAS=y
 CONFIG_SOC_SIFIVE=y
 CONFIG_ARCH_SOPHGO=y