]> Git Repo - linux.git/commitdiff
pwm: microchip-core: Convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
authorConor Dooley <[email protected]>
Mon, 18 Sep 2023 10:23:27 +0000 (11:23 +0100)
committerThierry Reding <[email protected]>
Fri, 6 Oct 2023 09:04:25 +0000 (11:04 +0200)
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]>
drivers/pwm/Kconfig

index 8ebcddf91f7b78582ab3b182879477a7be4f5d38..502d041d4a11ed121a93deb2424e4c837611f144 100644 (file)
@@ -407,7 +407,7 @@ config PWM_MEDIATEK
 
 config PWM_MICROCHIP_CORE
        tristate "Microchip corePWM PWM support"
-       depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
+       depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
        depends on HAS_IOMEM && OF
        help
          PWM driver for Microchip FPGA soft IP core.
This page took 0.052589 seconds and 4 git commands to generate.