diff options
author | Olof Johansson <olof@lixom.net> | 2020-01-16 19:40:21 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-01-16 19:40:22 +0100 |
commit | 0d241c3f9519f3858aef126d72a728f37b935dac (patch) | |
tree | 00d2238dfa73f4d9f628213c66f6c7c34fe0f482 /drivers/bus | |
parent | Merge tag 'samsung-drivers-5.6' of https://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | bus: tegra-aconnect: Remove PM_CLK dependency (diff) | |
download | linux-0d241c3f9519f3858aef126d72a728f37b935dac.tar.xz linux-0d241c3f9519f3858aef126d72a728f37b935dac.zip |
Merge tag 'tegra-for-5.6-bus' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers
bus: tegra: Changes for v5.6-rc1
Contains a single fix to remove a Kconfig dependency that's no longer
required.
* tag 'tegra-for-5.6-bus' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
bus: tegra-aconnect: Remove PM_CLK dependency
Link: https://lore.kernel.org/r/20200111003553.2411874-2-thierry.reding@gmail.com
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/bus')
-rw-r--r-- | drivers/bus/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 50200d1c06ea..6095b6df8a81 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. |