Message ID | 20250411131423.3802611-10-guodong@riscstar.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | pwm: Update PWM_PXA driver for SpacemiT K1 | expand |
Context | Check | Description |
---|---|---|
bjorn/pre-ci_am | fail | Failed to apply series |
On Fri, Apr 11, 2025 at 09:14:23PM +0800, Guodong Xu wrote: > 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 <guodong@riscstar.com> > --- > arch/riscv/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index 4888529df1d8..9bd972867e0a 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -259,6 +259,8 @@ CONFIG_RPMSG_CTRL=y > CONFIG_RPMSG_VIRTIO=y > CONFIG_PM_DEVFREQ=y > CONFIG_IIO=y > +CONFIG_PWM=y > +CONFIG_PWM_PXA=y Why not m? This can reduce the Image size. > CONFIG_THEAD_C900_ACLINT_SSWI=y > CONFIG_PHY_SUN4I_USB=m > CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m > -- > 2.43.0 >
On Sat, Apr 12, 2025 at 6:52 AM Inochi Amaoto <inochiama@gmail.com> wrote: > > On Fri, Apr 11, 2025 at 09:14:23PM +0800, Guodong Xu wrote: > > 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 <guodong@riscstar.com> > > --- > > arch/riscv/configs/defconfig | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > > index 4888529df1d8..9bd972867e0a 100644 > > --- a/arch/riscv/configs/defconfig > > +++ b/arch/riscv/configs/defconfig > > @@ -259,6 +259,8 @@ CONFIG_RPMSG_CTRL=y > > CONFIG_RPMSG_VIRTIO=y > > CONFIG_PM_DEVFREQ=y > > CONFIG_IIO=y > > +CONFIG_PWM=y > > > +CONFIG_PWM_PXA=y > > Why not m? This can reduce the Image size. > Thanks Inochi. It's better to use m. I will fix that in the next version. -Guodong > > CONFIG_THEAD_C900_ACLINT_SSWI=y > > CONFIG_PHY_SUN4I_USB=m > > CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m > > -- > > 2.43.0 > >
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 4888529df1d8..9bd972867e0a 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -259,6 +259,8 @@ CONFIG_RPMSG_CTRL=y CONFIG_RPMSG_VIRTIO=y CONFIG_PM_DEVFREQ=y CONFIG_IIO=y +CONFIG_PWM=y +CONFIG_PWM_PXA=y CONFIG_THEAD_C900_ACLINT_SSWI=y CONFIG_PHY_SUN4I_USB=m CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m
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 <guodong@riscstar.com> --- arch/riscv/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)