Fix a typo introduced in Kconfig with last commit

This commit is contained in:
Gregory Nutt
2017-03-15 15:16:16 -06:00
parent 57a1360c84
commit 255673b9d0
+1 -1
View File
@@ -735,7 +735,7 @@ endif # DEBUG_NET
config DEBUG_WIRELESS config DEBUG_WIRELESS
bool "Wireless Debug Features" bool "Wireless Debug Features"
default n default n
depends on WIRELESS | DRIVERS_WIRELESS depends on WIRELESS || DRIVERS_WIRELESS
---help--- ---help---
Enable DEBUG_WIRELESS debug features. Enable DEBUG_WIRELESS debug features.