diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-05-26 13:39:43 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-07-23 17:07:00 +0100 |
commit | 70bef01c0f1c9a55b54b625be3f82ff7ee1e8c05 (patch) | |
tree | df51afc42cd2cf358f1d1a15ab86fe3691190147 /drivers/clocksource/Makefile | |
parent | 6f2536141ce12e405d70f868451e706216e7e52d (diff) | |
download | linux-70bef01c0f1c9a55b54b625be3f82ff7ee1e8c05.tar.bz2 |
clocksource: sti: Provide support for the ST LPC Clocksource IP
This IP is shared with Watchdog and RTC functionality. All 3 of
these devices are mutually exclusive from one another i.e. Only 1
IP can be used at any given time. We use the device-driver model
combined with a DT 'mode' property to enforce this.
The ST LPC Clocksource IP can be used as the system (tick) timer.
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r-- | drivers/clocksource/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index f228354961ca..1c2c9d2cd859 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -60,3 +60,4 @@ obj-$(CONFIG_ASM9260_TIMER) += asm9260_timer.o obj-$(CONFIG_H8300) += h8300_timer8.o obj-$(CONFIG_H8300_TMR16) += h8300_timer16.o obj-$(CONFIG_H8300_TPU) += h8300_tpu.o +obj-$(CONFIG_CLKSRC_ST_LPC) += clksrc_st_lpc.o |