net/: Permit net/neighbor to build when IPv6 is defined, but not Ethernet. Needs more work to support 6loWPAN. Also included, some minor configuration updates for 6loWPAN.

This commit is contained in:
Gregory Nutt
2017-03-31 11:15:16 -06:00
parent a771ec65d6
commit eb446d5261
4 changed files with 23 additions and 13 deletions
-8
View File
@@ -3,14 +3,6 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig NET_6LOWPAN
bool "IEEE 802.15.4 6LoWPAN support"
default n
depends on EXPERIMENTAL && NET_IPv6
---help---
Enable support for IEEE 802.15.4 Low power Wireless Personal Area
Networking (6LoWPAN).
if NET_6LOWPAN
config NET_6LOWPAN_FRAG