Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[deliverable/linux.git] / drivers / clk / bcm / Kconfig
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
11 config CLK_BCM_KONA
12 bool "Broadcom Kona CCU clock support"
13 depends on ARCH_BCM_MOBILE || COMPILE_TEST
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
19 in the BCM281xx and BCM21664 families.
20
21 config COMMON_CLK_IPROC
22 bool
23 depends on COMMON_CLK
24 help
25 Enable common clock framework support for Broadcom SoCs
26 based on the iProc architecture
This page took 0.035807 seconds and 5 git commands to generate.