xref: /openbmc/linux/drivers/clk/tegra/Kconfig (revision e657c18a)
1config TEGRA_CLK_EMC
2	def_bool y
3	depends on TEGRA124_EMC
4
5config CLK_TEGRA_BPMP
6	def_bool y
7	depends on TEGRA_BPMP
8
9config TEGRA_CLK_DFLL
10	depends on ARCH_TEGRA_124_SOC || ARCH_TEGRA_210_SOC
11	select PM_OPP
12	def_bool y
13