diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-03-05 19:20:28 +0000 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-04-10 11:34:27 +0100 |
commit | 37c09ed41925492667baa0586dc1c5de2a50ba90 (patch) | |
tree | 3bce408c21c8599133481f7a0d2f7ee4670a769c /arch/riscv/configs | |
parent | 0eea987088a22d73d81e968de7347cdc7e594f72 (diff) |
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 <palmer@rivosinc.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/configs')
-rw-r--r-- | arch/riscv/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index fc0ec2ee13bc..936015d9288e 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -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 |