f63d19ef52
* clk-iproc: clk: iproc: define Broadcom NS2 iProc clock binding clk: iproc: define Broadcom NSP iProc clock binding clk: ns2: add clock support for Broadcom Northstar 2 SoC clk: iproc: Separate status and control variables clk: iproc: Split off dig_filter clk: iproc: Add PLL base write function clk: nsp: add clock support for Broadcom Northstar Plus SoC clk: iproc: Add PWRCTRL support clk: cygnus: Convert all macros to all caps ARM: cygnus: fix link failures when CONFIG_COMMON_CLK_IPROC is disabled
17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
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
|