Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: bc0195aad0daa2ad5b0d76cce22b167bc3435590 authored by Linus Torvalds on 12 July 2015, 22:10:30 UTC
Linux 4.2-rc2
Tip revision: bc0195a
Kconfig
config CLK_BCM_KONA
	bool "Broadcom Kona CCU clock support"
	depends on ARCH_BCM_MOBILE
	depends on COMMON_CLK
	default y
	help
	  Enable common clock framework support for Broadcom SoCs
	  using "Kona" style clock control units, including those
	  in the BCM281xx and BCM21664 families.

config COMMON_CLK_IPROC
	bool "Broadcom iProc clock support"
	depends on ARCH_BCM_IPROC
	depends on COMMON_CLK
	default ARCH_BCM_IPROC
	help
	  Enable common clock framework support for Broadcom SoCs
	  based on the iProc architecture
back to top