Skip to content

Commit b411f21

Browse files
ConchuODJassi Brar
authored andcommitted
mailbox: mpfs: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
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>
1 parent 74ff703 commit b411f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mailbox/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ config POLARFIRE_SOC_MAILBOX
199199
tristate "PolarFire SoC (MPFS) Mailbox"
200200
depends on HAS_IOMEM
201201
depends on MFD_SYSCON
202-
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
202+
depends on ARCH_MICROCHIP || COMPILE_TEST
203203
help
204204
This driver adds support for the PolarFire SoC (MPFS) mailbox controller.
205205

0 commit comments

Comments
 (0)