Skip to content

Commit 9df56b4

Browse files
docularxuConchuOD
authored andcommitted
riscv: defconfig: Enable PWM support for SpacemiT K1 SoC
Enable CONFIG_PWM and CONFIG_PWM_PXA in the defconfig to support the PWM controller used on the SpacemiT K1 SoC. Signed-off-by: Guodong Xu <[email protected]> Reviewed-by: Yixun Lan <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 493e9b0 commit 9df56b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ CONFIG_RPMSG_CTRL=y
257257
CONFIG_RPMSG_VIRTIO=y
258258
CONFIG_PM_DEVFREQ=y
259259
CONFIG_IIO=y
260+
CONFIG_PWM=y
261+
CONFIG_PWM_PXA=m
260262
CONFIG_THEAD_C900_ACLINT_SSWI=y
261263
CONFIG_PHY_SUN4I_USB=m
262264
CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m

0 commit comments

Comments
 (0)