Move drivers/ieee802154 to drivers/wireless/ieee802154; rename include/nuttx/net ieee802154 to 6lowpan.h

This commit is contained in:
Gregory Nutt
2016-02-26 15:03:16 -06:00
parent 6481aa8a3d
commit 309beae2cd
9 changed files with 26 additions and 39 deletions
-11
View File
@@ -373,17 +373,6 @@ if IOEXPANDER
source drivers/ioexpander/Kconfig
endif # IOEXPANDER
menuconfig IEEE802154
bool "IEEE 802.15.4 Device Support"
default n
depends on EXPERIMENTAL
---help---
This directory holds implementations of IEEE802.15.4 device drivers.
if IEEE802154
source drivers/ieee802154/Kconfig
endif
menuconfig LCD
bool "LCD Driver Support"
default n