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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/tegra/Kconfig b/drivers/clk/tegra/Kconfig
new file mode 100644
index 0000000..659fe02
--- /dev/null
+++ b/drivers/clk/tegra/Kconfig
@@ -0,0 +1,6 @@
+config TEGRA186_CLOCK
+ bool "Enable Tegra186 BPMP-based clock driver"
+ depends on TEGRA186_BPMP
+ help
+ Enable support for manipulating Tegra's on-SoC clocks via IPC
+ requests to the BPMP (Boot and Power Management Processor).