linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bus: uniphier-system-bus: revive tristate prompt
@ 2016-01-23 14:06 Masahiro Yamada
  2016-02-01 20:17 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-01-23 14:06 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---

 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 129d47b..9a92c07 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -132,7 +132,7 @@ config SUNXI_RSB
 	  and AC100/AC200 ICs.
 
 config UNIPHIER_SYSTEM_BUS
-	bool "UniPhier System Bus driver"
+	tristate "UniPhier System Bus driver"
 	depends on ARCH_UNIPHIER && OF
 	default y
 	help
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] bus: uniphier-system-bus: revive tristate prompt
  2016-01-23 14:06 [PATCH] bus: uniphier-system-bus: revive tristate prompt Masahiro Yamada
@ 2016-02-01 20:17 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2016-02-01 20:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Jan 23, 2016 at 11:06:28PM +0900, Masahiro Yamada wrote:
> 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>

Applied to fixes.


-Olof

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-01 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 14:06 [PATCH] bus: uniphier-system-bus: revive tristate prompt Masahiro Yamada
2016-02-01 20:17 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).