mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
pwm: pxa: Allow to enable for SpacemiT K1 SoC
The SpacemiT K1 SoC uses devices similar to the ones on PXA SoCs. Add ARCH_SPACEMIT as one of the possible architectures this driver can be enabled for. Signed-off-by: Guodong Xu <guodong@riscstar.com> Link: https://lore.kernel.org/r/20250429085048.1310409-6-guodong@riscstar.com [ukleinek: reword commit log] Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
This commit is contained in:
parent
52d2d14d9e
commit
27b5dfe4b4
|
|
@ -517,7 +517,7 @@ config PWM_PCA9685
|
|||
|
||||
config PWM_PXA
|
||||
tristate "PXA PWM support"
|
||||
depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
|
||||
depends on ARCH_PXA || ARCH_MMP || ARCH_SPACEMIT || COMPILE_TEST
|
||||
depends on HAS_IOMEM
|
||||
help
|
||||
Generic PWM framework driver for PXA.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user