mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
ca6f2796ee
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>
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
config TEGRA_CLK_EMC
|
|
def_bool y
|
|
depends on TEGRA124_EMC
|
|
|
|
config CLK_TEGRA_BPMP
|
|
def_bool y
|
|
depends on TEGRA_BPMP
|