diff options
author | Kuan Lim Lee <kuanlim.lee@starfivetech.com> | 2023-09-19 15:30:36 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2023-10-04 17:59:31 +0800 |
commit | c202426d6ac6bffccf19e958dc176f7d29d0528e (patch) | |
tree | 6899df638223bf966f44b24c0389b3f962d759b5 /drivers/timer/Makefile | |
parent | 6d78473b3d390c650aa7f418bdd5044ea42ee951 (diff) | |
download | u-boot-c202426d6ac6bffccf19e958dc176f7d29d0528e.tar.gz u-boot-c202426d6ac6bffccf19e958dc176f7d29d0528e.tar.bz2 u-boot-c202426d6ac6bffccf19e958dc176f7d29d0528e.zip |
timer: starfive: Add Starfive timer support
Add timer driver in Starfive SoC. It is an timer that outside
of CPU core and inside Starfive SoC.
Signed-off-by: Kuan Lim Lee <kuanlim.lee@starfivetech.com>
Reviewed-by: Wei Liang Lim <weiliang.lim@starfivetech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r-- | drivers/timer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index 1ca74805fd..1ef814970b 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -34,3 +34,4 @@ obj-$(CONFIG_MTK_TIMER) += mtk_timer.o obj-$(CONFIG_MCHP_PIT64B_TIMER) += mchp-pit64b-timer.o obj-$(CONFIG_IMX_GPT_TIMER) += imx-gpt-timer.o obj-$(CONFIG_XILINX_TIMER) += xilinx-timer.o +obj-$(CONFIG_STARFIVE_TIMER) += starfive-timer.o |