This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
d127967a7b
linux
/
drivers
/
clk
/
tegra
/
Kconfig
8 lines
116 B
Plaintext
Raw
Normal View
History
Unescape
Escape
clk: tegra: EMC clock driver depends on EMC driver 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>
2015-04-01 15:10:58 +08:00
config TEGRA_CLK_EMC
def_bool y
depends on TEGRA124_EMC
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>
2016-11-17 23:47:31 +08:00
config CLK_TEGRA_BPMP
def_bool y
depends on TEGRA_BPMP