aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2016-06-30 17:07:05 +0200
committerThierry Reding <treding@nvidia.com>2016-08-16 12:19:25 +0200
commit2d301c0721f59d20bb82a901ba8fad7b74c95728 (patch)
tree44a64f1f1a475c8a631b6da73aa1704df1b866b2 /drivers/bus
parentLinux 4.8-rc1 (diff)
downloadlinux-dev-2d301c0721f59d20bb82a901ba8fad7b74c95728.tar.xz
linux-dev-2d301c0721f59d20bb82a901ba8fad7b74c95728.zip
bus: tegra-aconnect: Make symbol tristate
The driver uses symbols that weren't being exported in earlier versions of the Linux kernel and hence it had to be made bool. The exports have been merged into v4.8-rc1, so the driver can now be built as a module again. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/bus')
-rw-r--r--drivers/bus/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 3b205e212337..4ed7d26e0d19 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -132,12 +132,8 @@ config SUNXI_RSB
with various RSB based devices, such as AXP223, AXP8XX PMICs,
and AC100/AC200 ICs.
-# TODO: This uses pm_clk_*() symbols that aren't exported in v4.7 and hence
-# the driver will fail to build as a module. However there are patches to
-# address that queued for v4.8, so this can be turned into a tristate symbol
-# after v4.8-rc1.
config TEGRA_ACONNECT
- bool "Tegra ACONNECT Bus Driver"
+ tristate "Tegra ACONNECT Bus Driver"
depends on ARCH_TEGRA_210_SOC
depends on OF && PM
select PM_CLK