Add new top-level wireless/ directory

This commit is contained in:
Gregory Nutt
2016-02-26 17:07:04 -06:00
parent cfe018e991
commit 6d1b4c051e
11 changed files with 169 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config WIRELESS
bool "Wireless Support"
default n
depends on EXPERIMENTAL
---help---
Enables overall support for Wireless library.
if WIRELESS
endif # WIRELESS