diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2023-03-09 21:44:50 +0100 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2023-05-04 07:53:39 +0200 |
commit | 5f84a056cf437c4ee5f7ca5bc6928cc56ea5206c (patch) | |
tree | 9e713adb23fd95c6381801200b0da293d195afc3 /drivers | |
parent | mailbox: bcm-pdc: drop of_match_ptr for ID table (diff) | |
download | linux-5f84a056cf437c4ee5f7ca5bc6928cc56ea5206c.tar.xz linux-5f84a056cf437c4ee5f7ca5bc6928cc56ea5206c.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mailbox/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 1495965bc394..3f97d5535267 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -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. |