summaryrefslogtreecommitdiff
path: root/drivers/clk/tegra/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/tegra/Kconfig')
-rw-r--r--drivers/clk/tegra/Kconfig13
1 files changed, 9 insertions, 4 deletions
diff --git a/drivers/clk/tegra/Kconfig b/drivers/clk/tegra/Kconfig
index 7ddacae5d0b1..62147a069606 100644
--- a/drivers/clk/tegra/Kconfig
+++ b/drivers/clk/tegra/Kconfig
@@ -1,7 +1,12 @@
-config TEGRA_CLK_EMC
- def_bool y
- depends on TEGRA124_EMC
-
+# SPDX-License-Identifier: GPL-2.0-only
config CLK_TEGRA_BPMP
def_bool y
depends on TEGRA_BPMP
+
+config TEGRA_CLK_DFLL
+ depends on ARCH_TEGRA_114_SOC || ARCH_TEGRA_124_SOC || ARCH_TEGRA_210_SOC
+ select PM_OPP
+ def_bool y
+
+config TEGRA124_CLK_EMC
+ bool