File tree Expand file tree Collapse file tree 3 files changed +484
-1
lines changed Expand file tree Collapse file tree 3 files changed +484
-1
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0-only
2
- menu "Ingenic JZ47xx CGU drivers"
2
+ menu "Ingenic SoCs drivers"
3
3
depends on MIPS
4
4
5
5
config INGENIC_CGU_COMMON
@@ -45,4 +45,12 @@ config INGENIC_CGU_JZ4780
45
45
46
46
If building for a JZ4780 SoC, you want to say Y here.
47
47
48
+ config INGENIC_TCU_CLK
49
+ bool "Ingenic JZ47xx TCU clocks driver"
50
+ default MACH_INGENIC
51
+ select MFD_SYSCON
52
+ help
53
+ Support the clocks of the Timer/Counter Unit (TCU) of the Ingenic
54
+ JZ47xx SoCs.
55
+
48
56
endmenu
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o
4
4
obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o
5
5
obj-$(CONFIG_INGENIC_CGU_JZ4770) += jz4770-cgu.o
6
6
obj-$(CONFIG_INGENIC_CGU_JZ4780) += jz4780-cgu.o
7
+ obj-$(CONFIG_INGENIC_TCU_CLK) += tcu.o
You can’t perform that action at this time.
0 commit comments