Commit 2f56acf8 authored by Sameer Pujar's avatar Sameer Pujar Committed by Thierry Reding

bus: tegra-aconnect: Remove PM_CLK dependency

The ACONNECT bus driver does not use pm-clk interface anymore and hence
the dependency can be removed from its Kconfig option.

Fixes: 0d7dab92 ("bus: tegra-aconnect: use devm_clk_*() helpers")
Signed-off-by: default avatarSameer Pujar <spujar@nvidia.com>
Acked-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e42617b8
...@@ -139,7 +139,6 @@ config TEGRA_ACONNECT ...@@ -139,7 +139,6 @@ config TEGRA_ACONNECT
tristate "Tegra ACONNECT Bus Driver" tristate "Tegra ACONNECT Bus Driver"
depends on ARCH_TEGRA_210_SOC depends on ARCH_TEGRA_210_SOC
depends on OF && PM depends on OF && PM
select PM_CLK
help help
Driver for the Tegra ACONNECT bus which is used to interface with Driver for the Tegra ACONNECT bus which is used to interface with
the devices inside the Audio Processing Engine (APE) for Tegra210. the devices inside the Audio Processing Engine (APE) for Tegra210.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment