summaryrefslogtreecommitdiffstats
path: root/drivers/clk/tegra/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* clk: tegra: Add BPMP clock driverThierry Reding2017-02-031-0/+4
| | | | | | | | | | 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>
* clk: tegra: EMC clock driver depends on EMC driverThierry Reding2015-05-131-0/+3
The EMC clock driver uses symbols exported by the EMC driver, so it needs the corresponding dependency to avoid build breakage. Signed-off-by: Thierry Reding <treding@nvidia.com>
OpenPOWER on IntegriCloud