diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-08-07 17:06:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-07 11:44:18 -0700 |
commit | 2d177f31133025f651041369f423df20e55ebfec (patch) | |
tree | 68efebab2ad98a623af98be2f20e440a27687b83 /net | |
parent | 33caee39925b887a99a2400dc5c980097c3573f9 (diff) | |
download | linux-2d177f31133025f651041369f423df20e55ebfec.tar.bz2 |
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 <geert@linux-m68k.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/6lowpan/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 - |