diff options
author | Thierry Reding <treding@nvidia.com> | 2016-11-17 16:47:31 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2017-02-03 12:36:36 -0800 |
commit | ca6f2796eef7fcff66a3b3f4bf45a7493ead0620 (patch) | |
tree | b4ee72b4a1d5373816f336ecc990ee08e93c11f7 /drivers/clk/tegra/Kconfig | |
parent | 5775a4c76fbc0321671503c815d8a2ef657e0281 (diff) | |
download | linux-ca6f2796eef7fcff66a3b3f4bf45a7493ead0620.tar.gz linux-ca6f2796eef7fcff66a3b3f4bf45a7493ead0620.tar.bz2 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/Kconfig | 4 |
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 |