1config CLK_BCM_63XX 2 bool "Broadcom BCM63xx clock support" 3 depends on ARCH_BCM_63XX || COMPILE_TEST 4 select COMMON_CLK_IPROC 5 default ARCH_BCM_63XX 6 help 7 Enable common clock framework support for Broadcom BCM63xx DSL SoCs 8 based on the ARM architecture 9 10config CLK_BCM_KONA 11 bool "Broadcom Kona CCU clock support" 12 depends on ARCH_BCM_MOBILE || COMPILE_TEST 13 default ARCH_BCM_MOBILE 14 help 15 Enable common clock framework support for Broadcom SoCs 16 using "Kona" style clock control units, including those 17 in the BCM281xx and BCM21664 families. 18 19config COMMON_CLK_IPROC 20 bool 21 help 22 Enable common clock framework support for Broadcom SoCs 23 based on the iProc architecture 24 25config CLK_BCM_CYGNUS 26 bool "Broadcom Cygnus clock support" 27 depends on ARCH_BCM_CYGNUS || COMPILE_TEST 28 select COMMON_CLK_IPROC 29 default ARCH_BCM_CYGNUS 30 help 31 Enable common clock framework support for the Broadcom Cygnus SoC 32 33config CLK_BCM_NSP 34 bool "Broadcom Northstar/Northstar Plus clock support" 35 depends on ARCH_BCM_5301X || ARCH_BCM_NSP || COMPILE_TEST 36 select COMMON_CLK_IPROC 37 default ARCH_BCM_5301X || ARCH_BCM_NSP 38 help 39 Enable common clock framework support for the Broadcom Northstar and 40 Northstar Plus SoCs 41 42config CLK_BCM_NS2 43 bool "Broadcom Northstar 2 clock support" 44 depends on ARCH_BCM_IPROC || COMPILE_TEST 45 select COMMON_CLK_IPROC 46 default ARCH_BCM_IPROC 47 help 48 Enable common clock framework support for the Broadcom Northstar 2 SoC 49 50config CLK_BCM_SR 51 bool "Broadcom Stingray clock support" 52 depends on ARCH_BCM_IPROC || COMPILE_TEST 53 select COMMON_CLK_IPROC 54 default ARCH_BCM_IPROC 55 help 56 Enable common clock framework support for the Broadcom Stingray SoC 57