linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwspinlock: Change hwspinlock to a bool
@ 2017-11-04  6:37 Baolin Wang
  2017-11-14 12:58 ` Baolin Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Baolin Wang @ 2017-11-04  6:37 UTC (permalink / raw)
  To: ohad, bjorn.andersson
  Cc: broonie, arnd, linux-remoteproc, linux-kernel, baolin.wang

Change hwspinlock to a bool in case some drivers will meet dependency
issue when hwspinlock is built as a module.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
---
 drivers/hwspinlock/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
index 6e0a553..f0f4679 100644
--- a/drivers/hwspinlock/Kconfig
+++ b/drivers/hwspinlock/Kconfig
@@ -3,7 +3,7 @@
 #
 
 menuconfig HWSPINLOCK
-	tristate "Hardware Spinlock drivers"
+	bool "Hardware Spinlock drivers"
 
 config HWSPINLOCK_OMAP
 	tristate "OMAP Hardware Spinlock device"
-- 
1.9.1

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

end of thread, other threads:[~2017-11-15  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-04  6:37 [PATCH] hwspinlock: Change hwspinlock to a bool Baolin Wang
2017-11-14 12:58 ` Baolin Wang
2017-11-14 15:03   ` Mark Brown
2017-11-15  2:07     ` Baolin Wang

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