Florian Fainelli | addc3ba | 2015-10-29 18:23:18 -0700 | [diff] [blame] | 1 | config 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 Elder | 1f27f15 | 2014-02-14 12:29:18 -0600 | [diff] [blame] | 11 | config CLK_BCM_KONA |
| 12 | bool "Broadcom Kona CCU clock support" |
Javier Martinez Canillas | 4a7748c | 2015-10-13 16:18:18 +0200 | [diff] [blame] | 13 | depends on ARCH_BCM_MOBILE || COMPILE_TEST |
Alex Elder | 1f27f15 | 2014-02-14 12:29:18 -0600 | [diff] [blame] | 14 | 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 Elder | 7d3723b | 2014-04-21 16:26:26 -0500 | [diff] [blame] | 19 | in the BCM281xx and BCM21664 families. |
Ray Jui | 5fe225c | 2015-05-05 11:13:19 -0700 | [diff] [blame] | 20 | |
| 21 | config COMMON_CLK_IPROC |
Arnd Bergmann | 1e9bc9d | 2015-10-15 15:48:24 -0400 | [diff] [blame] | 22 | bool |
Ray Jui | 5fe225c | 2015-05-05 11:13:19 -0700 | [diff] [blame] | 23 | depends on COMMON_CLK |
Ray Jui | 5fe225c | 2015-05-05 11:13:19 -0700 | [diff] [blame] | 24 | help |
| 25 | Enable common clock framework support for Broadcom SoCs |
| 26 | based on the iProc architecture |