mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
addc3ba666
BCM63138 has a simple clocking domain which is primarily the ARMPLL clocking complex, from which the ARM (CPU), APB and AXI clocks would be derived from. Since the ARMPLL controller is entirely compatible with the iProc ARM PLL, we just initialize it without additional parameters. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
27 lines
741 B
Plaintext
27 lines
741 B
Plaintext
config CLK_BCM_63XX
|
|
bool "Broadcom BCM63xx clock support"
|
|
depends on ARCH_BCM_63XX || COMPILE_TEST
|
|
depends on COMMON_CLK
|
|
select COMMON_CLK_IPROC
|
|
default ARCH_BCM_63XX
|
|
help
|
|
Enable common clock framework support for Broadcom BCM63xx DSL SoCs
|
|
based on the ARM architecture
|
|
|
|
config CLK_BCM_KONA
|
|
bool "Broadcom Kona CCU clock support"
|
|
depends on ARCH_BCM_MOBILE || COMPILE_TEST
|
|
depends on COMMON_CLK
|
|
default y
|
|
help
|
|
Enable common clock framework support for Broadcom SoCs
|
|
using "Kona" style clock control units, including those
|
|
in the BCM281xx and BCM21664 families.
|
|
|
|
config COMMON_CLK_IPROC
|
|
bool
|
|
depends on COMMON_CLK
|
|
help
|
|
Enable common clock framework support for Broadcom SoCs
|
|
based on the iProc architecture
|