From: Geert Uytterhoeven Date: Thu, 7 Aug 2014 15:06:43 +0000 (+0200) Subject: 6lowpan: Allow 6LoWPAN to be modular X-Git-Tag: v3.17-rc1~33^2~45 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2d177f31133025f651041369f423df20e55ebfec;p=linux.git 6lowpan: Allow 6LoWPAN to be modular Change config symbol 6LOWPAN from type bool to type tristate, so 6LoWPAN can be built modular, just like IPV6 Signed-off-by: Geert Uytterhoeven Acked-by: Marcel Holtmann Signed-off-by: David S. Miller --- 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 -