File tree Expand file tree Collapse file tree 3 files changed +551
-1
lines changed Expand file tree Collapse file tree 3 files changed +551
-1
lines changed Original file line number Diff line number Diff line change @@ -697,8 +697,18 @@ config INGENIC_TIMER
697
697
help
698
698
Support for the timer/counter unit of the Ingenic JZ SoCs.
699
699
700
+ config INGENIC_SYSOST
701
+ bool "Clocksource/timer using the SYSOST in Ingenic X SoCs"
702
+ depends on MIPS || COMPILE_TEST
703
+ depends on COMMON_CLK
704
+ select MFD_SYSCON
705
+ select TIMER_OF
706
+ select IRQ_DOMAIN
707
+ help
708
+ Support for the SYSOST of the Ingenic X Series SoCs.
709
+
700
710
config INGENIC_OST
701
- bool "Clocksource for Ingenic OS Timer "
711
+ bool "Clocksource using the OST in Ingenic JZ SoCs "
702
712
depends on MIPS || COMPILE_TEST
703
713
depends on COMMON_CLK
704
714
select MFD_SYSCON
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ obj-$(CONFIG_H8300_TMR8) += h8300_timer8.o
82
82
obj-$(CONFIG_H8300_TMR16) += h8300_timer16.o
83
83
obj-$(CONFIG_H8300_TPU) += h8300_tpu.o
84
84
obj-$(CONFIG_INGENIC_OST) += ingenic-ost.o
85
+ obj-$(CONFIG_INGENIC_SYSOST) += ingenic-sysost.o
85
86
obj-$(CONFIG_INGENIC_TIMER) += ingenic-timer.o
86
87
obj-$(CONFIG_CLKSRC_ST_LPC) += clksrc_st_lpc.o
87
88
obj-$(CONFIG_X86_NUMACHIP) += numachip.o
You can’t perform that action at this time.
0 commit comments