netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 6lowpan: Allow 6LoWPAN to be modular
@ 2014-08-07 15:06 Geert Uytterhoeven
  2014-08-07 16:00 ` Marcel Holtmann
       [not found] ` <1407424003-15073-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2014-08-07 15:06 UTC (permalink / raw)
  To: Alexander Aring, David S. Miller
  Cc: linux-zigbee-devel, linux-bluetooth, linux-wpan, netdev,
	linux-kernel, Geert Uytterhoeven

Change config symbol 6LOWPAN from type bool to type tristate, so
6LoWPAN can be built modular, just like IPV6

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 net/6lowpan/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/6lowpan/Kconfig b/net/6lowpan/Kconfig
index 028a5c6d1f61..e4a02ef55102 100644
--- a/net/6lowpan/Kconfig
+++ b/net/6lowpan/Kconfig
@@ -1,5 +1,5 @@
 config 6LOWPAN
-	bool "6LoWPAN Support"
+	tristate "6LoWPAN Support"
 	depends on IPV6
 	---help---
 	  This enables IPv6 over Low power Wireless Personal Area Network -
-- 
1.9.1

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

end of thread, other threads:[~2014-08-07 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 15:06 [PATCH] 6lowpan: Allow 6LoWPAN to be modular Geert Uytterhoeven
2014-08-07 16:00 ` Marcel Holtmann
2014-08-07 16:44   ` Geert Uytterhoeven
     [not found]     ` <CAMuHMdU214_aDNQBH=Nk6DZwsdCB3FQY1DY0ZQ8WQGQ86dGFUQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-08-07 18:31       ` Marcel Holtmann
     [not found] ` <1407424003-15073-1-git-send-email-geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
2014-08-07 18:49   ` Alexander Aring
2014-08-07 19:05   ` David Miller

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