brintos

brintos / linux-shallow public Read only

0
0
Text · 3.2 KiB · a972d76 Raw
112 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config CLK_BCM2711_DVP4	tristate "Broadcom BCM2711 DVP support"5	depends on ARCH_BCM2835 ||COMPILE_TEST6	depends on COMMON_CLK7	default ARCH_BCM28358	select RESET_CONTROLLER9	select RESET_SIMPLE10	help11	  Enable common clock framework support for the Broadcom BCM271112	  DVP Controller.13 14config CLK_BCM283515	bool "Broadcom BCM2835 clock support"16	depends on ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST17	depends on COMMON_CLK18	default ARCH_BCM2835 || ARCH_BRCMSTB19	help20	  Enable common clock framework support for Broadcom BCM283521	  SoCs.22 23config CLK_BCM_63XX24	bool "Broadcom BCM63xx clock support"25	depends on ARCH_BCMBCA || COMPILE_TEST26	select COMMON_CLK_IPROC27	default ARCH_BCMBCA28	help29	  Enable common clock framework support for Broadcom BCM63xx DSL SoCs30	  based on the ARM architecture31 32config CLK_BCM_63XX_GATE33	bool "Broadcom BCM63xx gated clock support"34	depends on BMIPS_GENERIC || COMPILE_TEST35	default BMIPS_GENERIC36	help37	  Enable common clock framework support for Broadcom BCM63xx DSL SoCs38	  based on the MIPS architecture39 40config CLK_BCM63268_TIMER41	bool "Broadcom BCM63268 timer clock and reset support"42	depends on BMIPS_GENERIC || COMPILE_TEST43	default BMIPS_GENERIC44	select RESET_CONTROLLER45	help46	  Enable timer clock and reset support for Broadcom BCM63268 DSL SoCs47	  based on the MIPS architecture.48 49config CLK_BCM_KONA50	bool "Broadcom Kona CCU clock support"51	depends on ARCH_BCM_MOBILE || COMPILE_TEST52	default ARCH_BCM_MOBILE53	help54	  Enable common clock framework support for Broadcom SoCs55	  using "Kona" style clock control units, including those56	  in the BCM281xx and BCM21664 families.57 58config COMMON_CLK_IPROC59	bool60	help61	  Enable common clock framework support for Broadcom SoCs62	  based on the iProc architecture63 64config CLK_BCM_CYGNUS65	bool "Broadcom Cygnus clock support"66	depends on ARCH_BCM_CYGNUS || COMPILE_TEST67	select COMMON_CLK_IPROC68	default ARCH_BCM_CYGNUS69	help70	  Enable common clock framework support for the Broadcom Cygnus SoC71 72config CLK_BCM_HR273	bool "Broadcom Hurricane 2 clock support"74	depends on ARCH_BCM_HR2 || COMPILE_TEST75	select COMMON_CLK_IPROC76	default ARCH_BCM_HR277	help78	  Enable common clock framework support for the Broadcom Hurricane 279	  SoC80 81config CLK_BCM_NSP82	bool "Broadcom Northstar/Northstar Plus clock support"83	depends on ARCH_BCM_5301X || ARCH_BCM_NSP || COMPILE_TEST84	select COMMON_CLK_IPROC85	default ARCH_BCM_5301X || ARCH_BCM_NSP86	help87	  Enable common clock framework support for the Broadcom Northstar and88	  Northstar Plus SoCs89 90config CLK_BCM_NS291	bool "Broadcom Northstar 2 clock support"92	depends on ARCH_BCM_IPROC || COMPILE_TEST93	select COMMON_CLK_IPROC94	default ARCH_BCM_IPROC95	help96	  Enable common clock framework support for the Broadcom Northstar 2 SoC97 98config CLK_BCM_SR99	bool "Broadcom Stingray clock support"100	depends on ARCH_BCM_IPROC || COMPILE_TEST101	select COMMON_CLK_IPROC102	default ARCH_BCM_IPROC103	help104	  Enable common clock framework support for the Broadcom Stingray SoC105 106config CLK_RASPBERRYPI107	tristate "Raspberry Pi firmware based clock support"108	depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)109	help110	  Enable common clock framework support for Raspberry Pi's firmware111	  dependent clocks112