blob: 1d9187df167bc0ee86dde7f2d938cfbabd1a57f6 [file] [log] [blame]
Florian Fainelliaddc3ba2015-10-29 18:23:18 -07001config CLK_BCM_63XX
2 bool "Broadcom BCM63xx clock support"
3 depends on ARCH_BCM_63XX || COMPILE_TEST
Florian Fainelliaddc3ba2015-10-29 18:23:18 -07004 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
Alex Elder1f27f152014-02-14 12:29:18 -060010config CLK_BCM_KONA
11 bool "Broadcom Kona CCU clock support"
Javier Martinez Canillas4a7748c2015-10-13 16:18:18 +020012 depends on ARCH_BCM_MOBILE || COMPILE_TEST
Stephen Boyd100edfe2016-11-23 14:41:59 -080013 default ARCH_BCM_MOBILE
Alex Elder1f27f152014-02-14 12:29:18 -060014 help
15 Enable common clock framework support for Broadcom SoCs
16 using "Kona" style clock control units, including those
Alex Elder7d3723b2014-04-21 16:26:26 -050017 in the BCM281xx and BCM21664 families.
Ray Jui5fe225c2015-05-05 11:13:19 -070018
19config COMMON_CLK_IPROC
Stephen Boyd100edfe2016-11-23 14:41:59 -080020 bool
Ray Jui5fe225c2015-05-05 11:13:19 -070021 help
22 Enable common clock framework support for Broadcom SoCs
23 based on the iProc architecture
Jon Masonf4e87152015-10-29 16:44:10 -040024
Jon Masonf4e87152015-10-29 16:44:10 -040025config CLK_BCM_CYGNUS
26 bool "Broadcom Cygnus clock support"
27 depends on ARCH_BCM_CYGNUS || COMPILE_TEST
Stephen Boyd100edfe2016-11-23 14:41:59 -080028 select COMMON_CLK_IPROC
Jon Masonf4e87152015-10-29 16:44:10 -040029 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
Stephen Boyd100edfe2016-11-23 14:41:59 -080036 select COMMON_CLK_IPROC
Jon Masonf4e87152015-10-29 16:44:10 -040037 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
Stephen Boyd100edfe2016-11-23 14:41:59 -080045 select COMMON_CLK_IPROC
Jon Masonf4e87152015-10-29 16:44:10 -040046 default ARCH_BCM_IPROC
47 help
48 Enable common clock framework support for the Broadcom Northstar 2 SoC
Sandeep Tripathy654cdd32017-06-06 09:53:58 +053049
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