Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (3dcbd36fa34ce9124ec51accd835130251f74213) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only | 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 | 2config CLK_TEGRA_BPMP 3 def_bool y 4 depends on TEGRA_BPMP 5 6config TEGRA_CLK_DFLL 7 depends on ARCH_TEGRA_124_SOC || ARCH_TEGRA_210_SOC 8 select PM_OPP 9 def_bool y |