Skip to content

Commit 1628447

Browse files
ConchuODthierryreding
authored andcommitted
pwm: microchip-core: 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 PWM driver to use the new symbol. Signed-off-by: Conor Dooley <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 42b9116 commit 1628447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ config PWM_MEDIATEK
407407

408408
config PWM_MICROCHIP_CORE
409409
tristate "Microchip corePWM PWM support"
410-
depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
410+
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
411411
depends on HAS_IOMEM && OF
412412
help
413413
PWM driver for Microchip FPGA soft IP core.

0 commit comments

Comments
 (0)