mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-15 10:24:44 +08:00
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 <conor.dooley@microchip.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
42b9116ce1
commit
162844744f
@ -407,7 +407,7 @@ config PWM_MEDIATEK
|
|||||||
|
|
||||||
config PWM_MICROCHIP_CORE
|
config PWM_MICROCHIP_CORE
|
||||||
tristate "Microchip corePWM PWM support"
|
tristate "Microchip corePWM PWM support"
|
||||||
depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
|
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
|
||||||
depends on HAS_IOMEM && OF
|
depends on HAS_IOMEM && OF
|
||||||
help
|
help
|
||||||
PWM driver for Microchip FPGA soft IP core.
|
PWM driver for Microchip FPGA soft IP core.
|
||||||
|
Loading…
Reference in New Issue
Block a user