diff options
| author | Guodong Xu <guodong@riscstar.com> | 2025-04-29 16:50:47 +0800 |
|---|---|---|
| committer | Uwe Kleine-König <ukleinek@kernel.org> | 2025-07-07 08:39:34 +0200 |
| commit | 27b5dfe4b4eaf490df6fa9d5d0bf95cd51abf563 (patch) | |
| tree | aa97c8f2bb8f85b282a82ab915a67e1f95f3c08d | |
| parent | 52d2d14d9e49b8c33ff718d2036084d0c92f23f1 (diff) | |
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>
| -rw-r--r-- | drivers/pwm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index d9bcd1e8413e..6e113f8b4baf 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -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. |
