From: Sameer Pujar Date: Thu, 20 Jun 2019 15:51:59 +0000 (+0530) Subject: bus: tegra-aconnect: Remove PM_CLK dependency X-Git-Tag: v5.10.7~3250^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f56acf818a08a9187ac8ec6e3d994fc13dc368d;p=platform%2Fkernel%2Flinux-rpi.git 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: 0d7dab926130 ("bus: tegra-aconnect: use devm_clk_*() helpers") Signed-off-by: Sameer Pujar Acked-by: Jon Hunter Signed-off-by: Thierry Reding --- diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 50200d1..6095b6d 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -139,7 +139,6 @@ config TEGRA_ACONNECT tristate "Tegra ACONNECT Bus Driver" depends on ARCH_TEGRA_210_SOC depends on OF && PM - select PM_CLK help Driver for the Tegra ACONNECT bus which is used to interface with the devices inside the Audio Processing Engine (APE) for Tegra210.