xref: /linux/drivers/clk/tegra/Kconfig (revision 19214ad0a4e38c371013cca0b2ea584aa2bee8dd)
1# SPDX-License-Identifier: GPL-2.0-only
2config CLK_TEGRA_BPMP
3	def_bool y
4	depends on TEGRA_BPMP
5
6config TEGRA_CLK_DFLL
7	depends on ARCH_TEGRA_114_SOC || ARCH_TEGRA_124_SOC || ARCH_TEGRA_210_SOC
8	select PM_OPP
9	def_bool y
10
11config TEGRA124_CLK_EMC
12	bool
13