diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2019-04-02 09:30:44 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 22:33:41 +0300 |
commit | 597f55e3f36cb512ad82e22f67b9e0962ac1059f (patch) | |
tree | fe1fc5bbd491117c4f696860922a5420a5bbb763 /drivers/counter/Makefile | |
parent | ec63e2a4897075e427c121d863bd89c44578094f (diff) | |
download | linux-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/counter/Makefile')
-rw-r--r-- | drivers/counter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/counter/Makefile b/drivers/counter/Makefile index 6b4a5be21b00..5589976d37f8 100644 --- a/drivers/counter/Makefile +++ b/drivers/counter/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_COUNTER) += counter.o obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o +obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o |