Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS

This commit is contained in:
Gregory Nutt
2016-02-26 16:48:09 -06:00
parent 12c14ee718
commit 871d183f11
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -391,7 +391,7 @@ Where <subdir> is one of the following:
CONFIG_SPI_EXCHANGE=y CONFIG_SPI_EXCHANGE=y
Drivers -> Wireless Drivers -> Wireless
CONFIG_WIRELESS=y : Enable wireless support CONFIG_DRIVERS_WIRELESS=y : Enable wireless support
CONFIG_WL_CC3000=y : Build the CC3000 driver CONFIG_WL_CC3000=y : Build the CC3000 driver
Applications -> Examples Applications -> Examples
+2 -2
View File
@@ -61,8 +61,8 @@
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_WL_CC3000 #ifdef CONFIG_WL_CC3000
#ifndef CONFIG_WIRELESS #ifndef CONFIG_DRIVERS_WIRELESS
# error "Wireless support requires CONFIG_WIRELESS" # error "Wireless support requires CONFIG_DRIVERS_WIRELESS"
#endif #endif
#ifndef CONFIG_KL_SPI0 #ifndef CONFIG_KL_SPI0
+2 -2
View File
@@ -60,8 +60,8 @@
/* Configuration ************************************************************/ /* Configuration ************************************************************/
#ifdef CONFIG_WL_CC3000 #ifdef CONFIG_WL_CC3000
#ifndef CONFIG_WIRELESS #ifndef CONFIG_DRIVERS_WIRELESS
# error "Wireless support requires CONFIG_WIRELESS" # error "Wireless support requires CONFIG_DRIVERS_WIRELESS"
#endif #endif
#ifndef CONFIG_STM32_SPI2 #ifndef CONFIG_STM32_SPI2
+1 -1
View File
@@ -548,7 +548,7 @@ CONFIG_USART4_2STOP=0
# CONFIG_SERIAL_OFLOWCONTROL is not set # CONFIG_SERIAL_OFLOWCONTROL is not set
# CONFIG_USBDEV is not set # CONFIG_USBDEV is not set
# CONFIG_USBHOST is not set # CONFIG_USBHOST is not set
# CONFIG_WIRELESS is not set # CONFIG_DRIVERS_WIRELESS is not set
# #
# System Logging Device Options # System Logging Device Options
+2 -2
View File
@@ -60,8 +60,8 @@
/* Configuration ************************************************************/ /* Configuration ************************************************************/
#ifdef CONFIG_WL_CC3000 #ifdef CONFIG_WL_CC3000
#ifndef CONFIG_WIRELESS #ifndef CONFIG_DRIVERS_WIRELESS
# error "Wireless support requires CONFIG_WIRELESS" # error "Wireless support requires CONFIG_DRIVERS_WIRELESS"
#endif #endif
#ifndef CONFIG_STM32_SPI2 #ifndef CONFIG_STM32_SPI2