Message ID | 20200306103839.1231057-1-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable IMX27 PWM controller | expand |
On Fri, Mar 6, 2020 at 4:38 AM Adam Ford <aford173@gmail.com> wrote: > > The i.MX8M Mini and others use the i.MX27 PWM controller. > This patch enables it as a module so various boards can use it. > > Signed-off-by: Adam Ford <aford173@gmail.com> I don't know who the right person is to ping for this, but it's still awaiting approval. > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index a8de3d327d03..d19ca82b3c40 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -830,6 +830,7 @@ CONFIG_MPL3115=m > CONFIG_PWM=y > CONFIG_PWM_BCM2835=m > CONFIG_PWM_CROS_EC=m > +CONFIG_PWM_IMX27=m > CONFIG_PWM_MESON=m > CONFIG_PWM_RCAR=m > CONFIG_PWM_ROCKCHIP=y > -- > 2.25.0 >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a8de3d327d03..d19ca82b3c40 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -830,6 +830,7 @@ CONFIG_MPL3115=m CONFIG_PWM=y CONFIG_PWM_BCM2835=m CONFIG_PWM_CROS_EC=m +CONFIG_PWM_IMX27=m CONFIG_PWM_MESON=m CONFIG_PWM_RCAR=m CONFIG_PWM_ROCKCHIP=y
The i.MX8M Mini and others use the i.MX27 PWM controller. This patch enables it as a module so various boards can use it. Signed-off-by: Adam Ford <aford173@gmail.com>