1# SPDX-License-Identifier: GPL-2.0-only
2config TEGRA_CLK_EMC
3 def_bool y
4 depends on TEGRA124_EMC
5
6config CLK_TEGRA_BPMP
7 def_bool y
8 depends on TEGRA_BPMP
9
10config TEGRA_CLK_DFLL
11 depends on ARCH_TEGRA_124_SOC || ARCH_TEGRA_210_SOC
12 select PM_OPP
13 def_bool y
14