mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
drivers/ieee802154: Add a skeleton IEEE802154 driver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user