On Tue, Jun 04, 2019 at 04:03:26PM +0200, Patrick Havelange wrote: > This driver uses devm_ioremap and of* functions. This fixes a > linking failure with e.g. ARCH=um. > > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > Signed-off-by: Patrick Havelange <patrick.havelange@xxxxxxxxxxxxx> > --- > drivers/counter/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig > index 233ac305d878..c9e3f5c98484 100644 > --- a/drivers/counter/Kconfig > +++ b/drivers/counter/Kconfig > @@ -50,6 +50,7 @@ config STM32_LPTIMER_CNT > > config FTM_QUADDEC > tristate "Flex Timer Module Quadrature decoder driver" > + depends on HAS_IOMEM && OF > help > Select this option to enable the Flex Timer Quadrature decoder > driver. > -- > 2.19.1 Fixes: a3b9a99 ("counter: add FlexTimer Module Quadrature decoder counter driver") Signed-off-by: William Breathitt Gray <vilhelm.gray@xxxxxxxxx> Jonathan, would you pick this up through IIO? Patrick, I noticed the FlexTimer Module Quadrature decoder driver is missing an entry in MAINTAINERS. Please submit an additional patch to address that as well so that we'll have a point of contact listed for this driver. Thanks, William Breathit Gray