Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Guodong Xu and committed by
Uwe Kleine-König
27b5dfe4 52d2d14d

+1 -1
+1 -1
drivers/pwm/Kconfig
··· 517 517 518 518 config PWM_PXA 519 519 tristate "PXA PWM support" 520 - depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST 520 + depends on ARCH_PXA || ARCH_MMP || ARCH_SPACEMIT || COMPILE_TEST 521 521 depends on HAS_IOMEM 522 522 help 523 523 Generic PWM framework driver for PXA.