Re: [PATCH] pwm: remove zte zx driver

From: Arnd Bergmann
Date: Wed Jan 20 2021 - 11:08:27 EST


On Wed, Jan 20, 2021 at 4:50 PM Thierry Reding <thierry.reding@xxxxxxxxx> wrote:
> On Wed, Jan 20, 2021 at 04:09:22PM +0100, Arnd Bergmann wrote:

> > -config PWM_VT8500
> > - tristate "vt8500 PWM support"
> > - depends on ARCH_VT8500 || COMPILE_TEST
> > - depends on HAS_IOMEM
> > - help
> > - Generic PWM framework driver for vt8500.
> > -
> > - To compile this driver as a module, choose M here: the module
> > - will be called pwm-vt8500.
> > -
>
> I assume that you dropped the PWM_VT8500 symbol by mistake? I can fix
> that up while applying, so no need to resend.

Indeed, thanks for catching my mistake and fixing it up!

Arnd