Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS
This commit is contained in:
parent
12c14ee718
commit
871d183f11
@ -391,7 +391,7 @@ Where <subdir> is one of the following:
|
||||
CONFIG_SPI_EXCHANGE=y
|
||||
|
||||
Drivers -> Wireless
|
||||
CONFIG_WIRELESS=y : Enable wireless support
|
||||
CONFIG_DRIVERS_WIRELESS=y : Enable wireless support
|
||||
CONFIG_WL_CC3000=y : Build the CC3000 driver
|
||||
|
||||
Applications -> Examples
|
||||
|
@ -61,8 +61,8 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_WL_CC3000
|
||||
#ifndef CONFIG_WIRELESS
|
||||
# error "Wireless support requires CONFIG_WIRELESS"
|
||||
#ifndef CONFIG_DRIVERS_WIRELESS
|
||||
# error "Wireless support requires CONFIG_DRIVERS_WIRELESS"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_KL_SPI0
|
||||
|
@ -60,8 +60,8 @@
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifdef CONFIG_WL_CC3000
|
||||
#ifndef CONFIG_WIRELESS
|
||||
# error "Wireless support requires CONFIG_WIRELESS"
|
||||
#ifndef CONFIG_DRIVERS_WIRELESS
|
||||
# error "Wireless support requires CONFIG_DRIVERS_WIRELESS"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_STM32_SPI2
|
||||
|
@ -548,7 +548,7 @@ CONFIG_USART4_2STOP=0
|
||||
# CONFIG_SERIAL_OFLOWCONTROL is not set
|
||||
# CONFIG_USBDEV is not set
|
||||
# CONFIG_USBHOST is not set
|
||||
# CONFIG_WIRELESS is not set
|
||||
# CONFIG_DRIVERS_WIRELESS is not set
|
||||
|
||||
#
|
||||
# System Logging Device Options
|
||||
|
@ -60,8 +60,8 @@
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#ifdef CONFIG_WL_CC3000
|
||||
#ifndef CONFIG_WIRELESS
|
||||
# error "Wireless support requires CONFIG_WIRELESS"
|
||||
#ifndef CONFIG_DRIVERS_WIRELESS
|
||||
# error "Wireless support requires CONFIG_DRIVERS_WIRELESS"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_STM32_SPI2
|
||||
|
Loading…
Reference in New Issue
Block a user