summaryrefslogtreecommitdiff
path: root/drivers/iio/counter/Kconfig
diff options
context:
space:
mode:
authorFabrice Gasnier <fabrice.gasnier@st.com>2019-04-02 09:30:44 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-04-25 22:33:41 +0300
commit597f55e3f36cb512ad82e22f67b9e0962ac1059f (patch)
treefe1fc5bbd491117c4f696860922a5420a5bbb763 /drivers/iio/counter/Kconfig
parentec63e2a4897075e427c121d863bd89c44578094f (diff)
downloadlinux-597f55e3f36cb512ad82e22f67b9e0962ac1059f.tar.xz
counter: stm32-lptimer: add counter device
Add support for new counter device to stm32-lptimer. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/counter/Kconfig')
-rw-r--r--drivers/iio/counter/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/iio/counter/Kconfig b/drivers/iio/counter/Kconfig
deleted file mode 100644
index eeb358122cbe..000000000000
--- a/drivers/iio/counter/Kconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Counter devices
-#
-# When adding new entries keep the list in alphabetical order
-
-menu "Counters"
-
-config STM32_LPTIMER_CNT
- tristate "STM32 LP Timer encoder counter driver"
- depends on MFD_STM32_LPTIMER || COMPILE_TEST
- help
- Select this option to enable STM32 Low-Power Timer quadrature encoder
- and counter driver.
-
- To compile this driver as a module, choose M here: the
- module will be called stm32-lptimer-cnt.
-endmenu