Skip to content

Commit 5f84a05

Browse files
ConchuODJassiBrar
authored andcommitted
mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
As part of converting RISC-V SOC_FOO symbols to ARCH_FOO to match the use of such symbols on other architectures, convert the Microchip FPGA mailbox driver to use the new symbol. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
1 parent e2aa799 commit 5f84a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mailbox/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ config MAILBOX_TEST
176176
config POLARFIRE_SOC_MAILBOX
177177
tristate "PolarFire SoC (MPFS) Mailbox"
178178
depends on HAS_IOMEM
179-
depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
179+
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
180180
help
181181
This driver adds support for the PolarFire SoC (MPFS) mailbox controller.
182182

0 commit comments

Comments
 (0)