blob: e3eed5a784044c3db5e1260d82e7a200ff4b62e6 [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
4 depends on COMMON_CLK
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
Alex Elder1f27f152014-02-14 12:29:18 -060011config CLK_BCM_KONA
12 bool "Broadcom Kona CCU clock support"
Javier Martinez Canillas4a7748c2015-10-13 16:18:18 +020013 depends on ARCH_BCM_MOBILE || COMPILE_TEST
Alex Elder1f27f152014-02-14 12:29:18 -060014 depends on COMMON_CLK
15 default y
16 help
17 Enable common clock framework support for Broadcom SoCs
18 using "Kona" style clock control units, including those
Alex Elder7d3723b2014-04-21 16:26:26 -050019 in the BCM281xx and BCM21664 families.
Ray Jui5fe225c2015-05-05 11:13:19 -070020
21config COMMON_CLK_IPROC
Jon Masonf4e87152015-10-29 16:44:10 -040022 bool "Broadcom iProc clock support"
Florian Fainellib7d79eb2016-11-22 09:43:27 -080023 depends on ARCH_BCM_IPROC || ARCH_BCM_63XX || COMPILE_TEST
Ray Jui5fe225c2015-05-05 11:13:19 -070024 depends on COMMON_CLK
Jon Masonf4e87152015-10-29 16:44:10 -040025 default ARCH_BCM_IPROC
Ray Jui5fe225c2015-05-05 11:13:19 -070026 help
27 Enable common clock framework support for Broadcom SoCs
28 based on the iProc architecture
Jon Masonf4e87152015-10-29 16:44:10 -040029
30if COMMON_CLK_IPROC
31
32config CLK_BCM_CYGNUS
33 bool "Broadcom Cygnus clock support"
34 depends on ARCH_BCM_CYGNUS || COMPILE_TEST
35 default ARCH_BCM_CYGNUS
36 help
37 Enable common clock framework support for the Broadcom Cygnus SoC
38
39config CLK_BCM_NSP
40 bool "Broadcom Northstar/Northstar Plus clock support"
41 depends on ARCH_BCM_5301X || ARCH_BCM_NSP || COMPILE_TEST
42 default ARCH_BCM_5301X || ARCH_BCM_NSP
43 help
44 Enable common clock framework support for the Broadcom Northstar and
45 Northstar Plus SoCs
46
47config CLK_BCM_NS2
48 bool "Broadcom Northstar 2 clock support"
49 depends on ARCH_BCM_IPROC || COMPILE_TEST
50 default ARCH_BCM_IPROC
51 help
52 Enable common clock framework support for the Broadcom Northstar 2 SoC
53
54endif