This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-19 06:08:27 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fd1ced1941
linux_dsm_epyc7002
/
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 14:10:58 +07: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 22:47:31 +07:00
config CLK_TEGRA_BPMP
def_bool y
depends on TEGRA_BPMP
Reference in New Issue
Copy Permalink