You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
clk: Add APM X-Gene SoC clock driver
clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks. Signed-off-by: Loc Ho <lho@apm.com> Signed-off-by: Kumar Sankaran <ksankaran@apm.com> Signed-off-by: Vinayak Kale <vkale@apm.com> Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
@@ -93,6 +93,13 @@ config CLK_PPC_CORENET
|
|||||||
This adds the clock driver support for Freescale PowerPC corenet
|
This adds the clock driver support for Freescale PowerPC corenet
|
||||||
platforms using common clock framework.
|
platforms using common clock framework.
|
||||||
|
|
||||||
|
config COMMON_CLK_XGENE
|
||||||
|
bool "Clock driver for APM XGene SoC"
|
||||||
|
default y
|
||||||
|
depends on ARM64
|
||||||
|
---help---
|
||||||
|
Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
source "drivers/clk/mvebu/Kconfig"
|
source "drivers/clk/mvebu/Kconfig"
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ obj-$(CONFIG_ARCH_VT8500) += clk-vt8500.o
|
|||||||
obj-$(CONFIG_ARCH_ZYNQ) += zynq/
|
obj-$(CONFIG_ARCH_ZYNQ) += zynq/
|
||||||
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
||||||
obj-$(CONFIG_PLAT_SAMSUNG) += samsung/
|
obj-$(CONFIG_PLAT_SAMSUNG) += samsung/
|
||||||
|
obj-$(CONFIG_COMMON_CLK_XGENE) += clk-xgene.o
|
||||||
|
|
||||||
obj-$(CONFIG_X86) += x86/
|
obj-$(CONFIG_X86) += x86/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user