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

View File

@ -735,7 +735,7 @@ endif # DEBUG_NET
config DEBUG_WIRELESS
bool "Wireless Debug Features"
default n
depends on WIRELESS | DRIVERS_WIRELESS
depends on WIRELESS || DRIVERS_WIRELESS
---help---
Enable DEBUG_WIRELESS debug features.