Alex Elder | 1f27f15 | 2014-02-14 12:29:18 -0600 | [diff] [blame] | 1 | config CLK_BCM_KONA |
| 2 | bool "Broadcom Kona CCU clock support" |
| 3 | depends on ARCH_BCM_MOBILE |
| 4 | depends on COMMON_CLK |
| 5 | default y |
| 6 | help |
| 7 | Enable common clock framework support for Broadcom SoCs |
| 8 | using "Kona" style clock control units, including those |
Alex Elder | 7d3723b | 2014-04-21 16:26:26 -0500 | [diff] [blame] | 9 | in the BCM281xx and BCM21664 families. |
Ray Jui | 5fe225c | 2015-05-05 11:13:19 -0700 | [diff] [blame] | 10 | |
| 11 | config COMMON_CLK_IPROC |
| 12 | bool "Broadcom iProc clock support" |
| 13 | depends on ARCH_BCM_IPROC |
| 14 | depends on COMMON_CLK |
| 15 | default ARCH_BCM_IPROC |
| 16 | help |
| 17 | Enable common clock framework support for Broadcom SoCs |
| 18 | based on the iProc architecture |