Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c75376f authored by Patrick Havelange's avatar Patrick Havelange Committed by Jonathan Cameron
Browse files

counter/ftm-quaddec: Add missing dependencies in Kconfig



This driver uses devm_ioremap and of* functions. This fixes a
linking failure with e.g. ARCH=um.

Reported-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarPatrick Havelange <patrick.havelange@essensium.com>
Fixes: a3b9a999 ("counter: add FlexTimer Module Quadrature decoder counter driver")
Signed-off-by: default avatarWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 767e52f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.