mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user