Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Conor Dooley and committed by
Jassi Brar
b411f210 74ff7036

+1 -1
+1 -1
drivers/mailbox/Kconfig
··· 199 199 tristate "PolarFire SoC (MPFS) Mailbox" 200 200 depends on HAS_IOMEM 201 201 depends on MFD_SYSCON 202 - depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST 202 + depends on ARCH_MICROCHIP || COMPILE_TEST 203 203 help 204 204 This driver adds support for the PolarFire SoC (MPFS) mailbox controller. 205 205