File tree Expand file tree Collapse file tree 3 files changed +459
-0
lines changed Expand file tree Collapse file tree 3 files changed +459
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ config INGENIC_CGU_X1000
55
55
56
56
If building for a X1000 SoC, you want to say Y here.
57
57
58
+ config INGENIC_CGU_X1830
59
+ bool "Ingenic X1830 CGU driver"
60
+ default MACH_X1830
61
+ select INGENIC_CGU_COMMON
62
+ help
63
+ Support the clocks provided by the CGU hardware on Ingenic X1830
64
+ and compatible SoCs.
65
+
66
+ If building for a X1830 SoC, you want to say Y here.
67
+
58
68
config INGENIC_TCU_CLK
59
69
bool "Ingenic JZ47xx TCU clocks driver"
60
70
default MACH_INGENIC
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ 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
7
obj-$(CONFIG_INGENIC_CGU_X1000) += x1000-cgu.o
8
+ obj-$(CONFIG_INGENIC_CGU_X1830) += x1830-cgu.o
8
9
obj-$(CONFIG_INGENIC_TCU_CLK) += tcu.o
You can’t perform that action at this time.
0 commit comments