]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mailbox: mpfs: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
authorConor Dooley <conor.dooley@microchip.com>
Mon, 17 Nov 2025 15:46:56 +0000 (15:46 +0000)
committerJassi Brar <jassisinghbrar@gmail.com>
Sun, 18 Jan 2026 20:19:20 +0000 (14:19 -0600)
The ARCH_MICROCHIP symbol has been defined for some time on RISCV, as a
replacement for ARCH_MICROCHIP_POLARFIRE since there are now other
Microchip RISC-V products. Drop the POLARFIRE from
ARCH_MICROCHIP_POLARFIRE in the POLARFIRE_SOC_MAILBOX Kconfig entry
since the newly added pic64gx also uses the mailbox and it is one of the
few users of ARCH_MICROCHIP_POLARFIRE left in the tree.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/Kconfig

index be6c95aba1660b5d3cb1ad5f05631a73b16d2a71..559fe32c5d5a723b84f07dc3027b1a265141624c 100644 (file)
@@ -199,7 +199,7 @@ config POLARFIRE_SOC_MAILBOX
        tristate "PolarFire SoC (MPFS) Mailbox"
        depends on HAS_IOMEM
        depends on MFD_SYSCON
-       depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
+       depends on ARCH_MICROCHIP || COMPILE_TEST
        help
          This driver adds support for the PolarFire SoC (MPFS) mailbox controller.