mirror of https://gitee.com/openkylin/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 <geert@linux-m68k.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
33caee3992
commit
2d177f3113
|
@ -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 -
|
||||
|
|
Loading…
Reference in New Issue