diff options
-rw-r--r-- | drivers/bus/Kconfig | 6 |
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 | |||
132 | with various RSB based devices, such as AXP223, AXP8XX PMICs, | 132 | with various RSB based devices, such as AXP223, AXP8XX PMICs, |
133 | and AC100/AC200 ICs. | 133 | and AC100/AC200 ICs. |
134 | 134 | ||
135 | # TODO: This uses pm_clk_*() symbols that aren't exported in v4.7 and hence | ||
136 | # the driver will fail to build as a module. However there are patches to | ||
137 | # address that queued for v4.8, so this can be turned into a tristate symbol | ||
138 | # after v4.8-rc1. | ||
139 | config TEGRA_ACONNECT | 135 | config TEGRA_ACONNECT |
140 | bool "Tegra ACONNECT Bus Driver" | 136 | tristate "Tegra ACONNECT Bus Driver" |
141 | depends on ARCH_TEGRA_210_SOC | 137 | depends on ARCH_TEGRA_210_SOC |
142 | depends on OF && PM | 138 | depends on OF && PM |
143 | select PM_CLK | 139 | select PM_CLK |