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