mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS
This commit is contained in:
@@ -124,6 +124,12 @@ else
|
||||
OTHERDIRS += audio
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DRIVERS_WIRELESS),y)
|
||||
NONFSDIRS += wireless
|
||||
else
|
||||
OTHERDIRS += wireless
|
||||
endif
|
||||
|
||||
# CLEANDIRS are the directories that will clean in. These are
|
||||
# all directories that we know about.
|
||||
# KERNDEPDIRS are the directories in which we will build target dependencies.
|
||||
|
||||
+1
-1
Submodule configs updated: 45657b1172...bdb92a1d64
+3
-3
@@ -550,15 +550,15 @@ if USBHOST
|
||||
source drivers/usbhost/Kconfig
|
||||
endif # USBHOST
|
||||
|
||||
menuconfig WIRELESS
|
||||
menuconfig DRIVERS_WIRELESS
|
||||
bool "Wireless Device Support"
|
||||
default n
|
||||
---help---
|
||||
Drivers for various wireless devices.
|
||||
|
||||
if WIRELESS
|
||||
if DRIVERS_WIRELESS
|
||||
source drivers/wireless/Kconfig
|
||||
endif # WIRELESS
|
||||
endif # DRIVERS_WIRELESS
|
||||
|
||||
comment "System Logging Device Options"
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
ifeq ($(CONFIG_WIRELESS),y)
|
||||
ifeq ($(CONFIG_DRIVERS_WIRELESS),y)
|
||||
|
||||
# Include IEEE 802.15.4 support
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include <nuttx/irq.h>
|
||||
#include <nuttx/wireless/wireless.h>
|
||||
|
||||
#if defined(CONFIG_WIRELESS) && defined(CONFIG_WL_CC3000)
|
||||
#if defined(CONFIG_DRIVERS_WIRELESS) && defined(CONFIG_WL_CC3000)
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -188,5 +188,5 @@ int cc3000_register(FAR struct spi_dev_s *spi,
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_WIRELESS && CONFIG_INPUT_CC3000 */
|
||||
#endif /* CONFIG_DRIVERS_WIRELESS && CONFIG_INPUT_CC3000 */
|
||||
#endif /* __INCLUDE_NUTTX_WIRELESS_CC3000_INCLUDE_CC3000_UPIFL_H */
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
|
||||
#ifdef CONFIG_WIRELESS
|
||||
#ifdef CONFIG_DRIVERS_WIRELESS
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
||||
Reference in New Issue
Block a user