File tree Expand file tree Collapse file tree 3 files changed +450
-0
lines changed Expand file tree Collapse file tree 3 files changed +450
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,12 @@ config COMMON_CLK_MMP2
326
326
help
327
327
Support for Marvell MMP2 and MMP3 SoC clocks
328
328
329
+ config COMMON_CLK_MMP2_AUDIO
330
+ tristate "Clock driver for MMP2 Audio subsystem"
331
+ depends on COMMON_CLK_MMP2 || COMPILE_TEST
332
+ help
333
+ This driver supports clocks for Audio subsystem on MMP2 SoC.
334
+
329
335
config COMMON_CLK_BD718XX
330
336
tristate "Clock driver for 32K clk gates on ROHM PMICs"
331
337
depends on MFD_ROHM_BD718XX || MFD_ROHM_BD70528 || MFD_ROHM_BD71828
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ obj-$(CONFIG_RESET_CONTROLLER) += reset.o
9
9
10
10
obj-$(CONFIG_MACH_MMP_DT) += clk-of-pxa168.o clk-of-pxa910.o
11
11
obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o
12
+ obj-$(CONFIG_COMMON_CLK_MMP2_AUDIO) += clk-audio.o
12
13
13
14
obj-$(CONFIG_CPU_PXA168) += clk-pxa168.o
14
15
obj-$(CONFIG_CPU_PXA910) += clk-pxa910.o
You can’t perform that action at this time.
0 commit comments