This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-12-23 11:04:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3542976d85
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
Reference in New Issue
Copy Permalink