]> git.baikalelectronics.ru Git - kernel.git/commit
bus: uniphier-system-bus: revive tristate prompt
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Jan 2016 14:06:28 +0000 (23:06 +0900)
committerOlof Johansson <olof@lixom.net>
Mon, 1 Feb 2016 20:17:16 +0000 (12:17 -0800)
commit7754517ecdd11a7e5fa74392a30c1e1024fc5a4c
treef52bcb2b415c8a875d384bc394354d7be43d67e4
parent4647c720fd42a03c69c68c022db398388a8936d5
bus: uniphier-system-bus: revive tristate prompt

At first, commit 85554ce85327 ("bus: uniphier-system-bus: add UniPhier
System Bus driver") introduced this driver as a tristate one.

Then, commit d603f88d21bd ("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 a07bc644f33f ("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>
drivers/bus/Kconfig