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

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
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment