summaryrefslogtreecommitdiffstats
path: root/drivers/bus
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-01-23 09:06:28 -0500
committerOlof Johansson <olof@lixom.net>2016-02-01 15:17:16 -0500
commit047a555f95fec4bcb8adfc37eb6fb1026fb3026a (patch)
treef52bcb2b415c8a875d384bc394354d7be43d67e4 /drivers/bus
parent36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 (diff)
bus: uniphier-system-bus: revive tristate prompt
At first, commit 4b7f48d395a7 ("bus: uniphier-system-bus: add UniPhier System Bus driver") introduced this driver as a tristate one. Then, commit 326ea45aa827 ("bus: uniphier: allow only built-in driver") temporarily made it boolean in order to fix a link error in case it is compiled as a module. The root cause was fixed by commit b80443c2211c ("of/platform: export of_default_bus_match_table"). Now this driver can really be a module. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/bus')
-rw-r--r--drivers/bus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 129d47bcc5fc..9a92c072a485 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -132,7 +132,7 @@ config SUNXI_RSB
132 and AC100/AC200 ICs. 132 and AC100/AC200 ICs.
133 133
134config UNIPHIER_SYSTEM_BUS 134config UNIPHIER_SYSTEM_BUS
135 bool "UniPhier System Bus driver" 135 tristate "UniPhier System Bus driver"
136 depends on ARCH_UNIPHIER && OF 136 depends on ARCH_UNIPHIER && OF
137 default y 137 default y
138 help 138 help