drivers/ieee802154: Add a skeleton IEEE802154 driver

This commit is contained in:
Gregory Nutt
2016-02-25 15:11:30 -06:00
parent 0b441ff1f4
commit 9ff645a298
8 changed files with 1371 additions and 12 deletions
+11
View File
@@ -373,6 +373,17 @@ 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