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