Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS

This commit is contained in:
Gregory Nutt
2016-02-26 16:50:26 -06:00
parent 309beae2cd
commit cfe018e991
6 changed files with 14 additions and 8 deletions
+3 -3
View File
@@ -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"