Home
last modified time | relevance | path

Searched hist:"047 a555f95fec4bcb8adfc37eb6fb1026fb3026a" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bus/
H A DKconfigdiff 047a555f95fec4bcb8adfc37eb6fb1026fb3026a Sat Jan 23 15:06:28 CET 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>