mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
authorConor Dooley <conor.dooley@microchip.com>
Thu, 9 Mar 2023 20:44:50 +0000 (20:44 +0000)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 4 May 2023 05:53:39 +0000 (00:53 -0500)
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>
drivers/mailbox/Kconfig

index 1495965bc394c07acee04ab6858ea02c6aece22f..3f97d5535267f3b447d282fd3f13eca8a69d2478 100644 (file)
@@ -176,7 +176,7 @@ config MAILBOX_TEST
 config POLARFIRE_SOC_MAILBOX
        tristate "PolarFire SoC (MPFS) Mailbox"
        depends on HAS_IOMEM
-       depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
+       depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
        help
          This driver adds support for the PolarFire SoC (MPFS) mailbox controller.