diff options
author | Thierry Reding <treding@nvidia.com> | 2020-02-28 12:43:51 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-05-12 22:48:41 +0200 |
commit | 3dcbd36fa34ce9124ec51accd835130251f74213 (patch) | |
tree | 163b4edb07352f8cc49cd3543530cbabb5ce55fd /drivers/clk/tegra/Kconfig | |
parent | 7967175ad73b80d814217baec638b36c946fb283 (diff) |
clk: tegra: Rename Tegra124 EMC clock source file
This code is only used on Tegra124, so rename it accordingly to make it
more consistent with other file names.
While at it, also get rid of the TEGRA_CLK_EMC Kconfig symbol that's
really just an alias for TEGRA124_EMC.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/clk/tegra/Kconfig')
-rw-r--r-- | drivers/clk/tegra/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/clk/tegra/Kconfig b/drivers/clk/tegra/Kconfig index 4d99a8770485..deaa4605824c 100644 --- a/drivers/clk/tegra/Kconfig +++ b/drivers/clk/tegra/Kconfig @@ -1,8 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -config TEGRA_CLK_EMC - def_bool y - depends on TEGRA124_EMC - config CLK_TEGRA_BPMP def_bool y depends on TEGRA_BPMP |