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