drivers/clk/tenstorrent/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/clk/tenstorrent/Kconfig
Extension
[no extension]
Size
454 bytes
Lines
15
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 TENSTORRENT_ATLANTIS_PRCM
	tristate "Support for Tenstorrent Atlantis PRCM Clock Controller"
	depends on ARCH_TENSTORRENT || COMPILE_TEST
	default ARCH_TENSTORRENT
	select REGMAP_MMIO
	select AUXILIARY_BUS
	select MFD_SYSCON
	help
	  Say yes here to support the different clock
	  controllers found in the Tenstorrent Atlantis SoC.
	  This includes the clocks from the RCPU, HSIO, MMIO
	  and PCIE domain.

Annotation

Implementation Notes