drivers/clk/qcom/Kconfig

Source file repositories/reference/linux-study-clean/drivers/clk/qcom/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/clk/qcom/Kconfig
Extension
[no extension]
Size
56305 bytes
Lines
1737
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
config KRAIT_CLOCKS
	bool
	select KRAIT_L2_ACCESSORS

config QCOM_GDSC
	bool
	select PM_GENERIC_DOMAINS if PM

menuconfig COMMON_CLK_QCOM
	tristate "Support for Qualcomm's clock controllers"
	depends on OF
	depends on ARCH_QCOM || COMPILE_TEST
	select RATIONAL
	select REGMAP_MMIO
	select RESET_CONTROLLER
	select INTERCONNECT
	select INTERCONNECT_CLK

if COMMON_CLK_QCOM

config CLK_ELIZA_DISPCC
	tristate "Eliza Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select CLK_ELIZA_GCC
	help
	  Support for the display clock controllers on Eliza SoCs.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config CLK_ELIZA_GCC
	tristate "Eliza Global Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select QCOM_GDSC
	help
	  Support for the global clock controller on Eliza devices.
	  Say Y if you want to use peripheral devices such as UART, SPI,
	  I2C, USB, UFS, SDCC, etc.

config CLK_ELIZA_TCSRCC
	tristate "Eliza TCSR Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select QCOM_GDSC
	help
	  Support for the TCSR clock controller on Eliza devices.
	  Say Y if you want to use peripheral devices such as USB/PCIe/UFS.

config CLK_GLYMUR_DISPCC
	tristate "Glymur Display Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select CLK_GLYMUR_GCC
	help
	  Support for the display clock controllers on Qualcomm
	  Technologies, Inc. Glymur devices.
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config CLK_GLYMUR_GCC
	tristate "Glymur Global Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select QCOM_GDSC
	help
	  Support for the global clock controller on Glymur devices.
	  Say Y if you want to use peripheral devices such as UART, SPI,
	  I2C, USB, UFS, SDCC, etc.

config CLK_GLYMUR_GPUCC
	tristate "GLYMUR Graphics Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select CLK_GLYMUR_GCC

Annotation

Implementation Notes