xref: /linux/drivers/clk/tenstorrent/Kconfig (revision fbf5df34a4dbcd09d433dd4f0916bf9b2ddb16de)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config TENSTORRENT_ATLANTIS_PRCM
4	tristate "Support for Tenstorrent Atlantis PRCM Clock Controller"
5	depends on ARCH_TENSTORRENT || COMPILE_TEST
6	default ARCH_TENSTORRENT
7	select REGMAP_MMIO
8	select AUXILIARY_BUS
9	select MFD_SYSCON
10	help
11	  Say yes here to support the different clock
12	  controllers found in the Tenstorrent Atlantis SoC.
13	  This includes the clocks from the RCPU, HSIO, MMIO
14	  and PCIE domain.
15