blob: 1adcccfa7829961c129760b9e8c27887568a2b1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config TEGRA_CLK_EMC
def_bool y
depends on TEGRA124_EMC
config CLK_TEGRA_BPMP
def_bool y
depends on TEGRA_BPMP
config TEGRA_CLK_DFLL
depends on ARCH_TEGRA_124_SOC || ARCH_TEGRA_210_SOC
select PM_OPP
def_bool y
|