summaryrefslogtreecommitdiffstats
path: root/drivers/clk/tegra/Kconfig
diff options
context:
space:
mode:
authorThierry Reding2016-11-17 16:47:31 +0100
committerStephen Boyd2017-02-03 21:36:36 +0100
commitca6f2796eef7fcff66a3b3f4bf45a7493ead0620 (patch)
treeb4ee72b4a1d5373816f336ecc990ee08e93c11f7 /drivers/clk/tegra/Kconfig
parentMerge tag 'v4.11-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
downloadkernel-qcow2-linux-ca6f2796eef7fcff66a3b3f4bf45a7493ead0620.tar.gz
kernel-qcow2-linux-ca6f2796eef7fcff66a3b3f4bf45a7493ead0620.tar.xz
kernel-qcow2-linux-ca6f2796eef7fcff66a3b3f4bf45a7493ead0620.zip
clk: tegra: Add BPMP clock driver
This driver uses the services provided by the BPMP firmware driver to implement a clock driver based on the MRQ_CLK request. This part of the BPMP ABI provides a means to enumerate and control clocks and should allow the driver to work on any chip that supports this ABI. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/tegra/Kconfig')
-rw-r--r--drivers/clk/tegra/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/tegra/Kconfig b/drivers/clk/tegra/Kconfig
index 1ba30d1e14f2..7ddacae5d0b1 100644
--- a/drivers/clk/tegra/Kconfig
+++ b/drivers/clk/tegra/Kconfig
@@ -1,3 +1,7 @@
config TEGRA_CLK_EMC
def_bool y
depends on TEGRA124_EMC
+
+config CLK_TEGRA_BPMP
+ def_bool y
+ depends on TEGRA_BPMP