diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-08-07 11:06:43 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-07 14:44:18 -0400 |
commit | 2d177f31133025f651041369f423df20e55ebfec (patch) | |
tree | 68efebab2ad98a623af98be2f20e440a27687b83 /net/6lowpan | |
parent | 33caee39925b887a99a2400dc5c980097c3573f9 (diff) |
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/6lowpan')
-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 @@ | |||
1 | config 6LOWPAN | 1 | config 6LOWPAN |
2 | bool "6LoWPAN Support" | 2 | tristate "6LoWPAN Support" |
3 | depends on IPV6 | 3 | depends on IPV6 |
4 | ---help--- | 4 | ---help--- |
5 | This enables IPv6 over Low power Wireless Personal Area Network - | 5 | This enables IPv6 over Low power Wireless Personal Area Network - |