From: Conor Dooley Date: Mon, 18 Sep 2023 10:23:27 +0000 (+0100) Subject: pwm: microchip-core: Convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE X-Git-Tag: v6.7-rc1~28^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=162844744fa51edbe0d0857c493e37af336af666;p=thirdparty%2Flinux.git 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 Acked-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 8ebcddf91f7b7..502d041d4a11e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -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.