Add logic to enable DEBUG_NET if NET=n but WL_CC3000=y

This commit is contained in:
Gregory Nutt
2013-10-23 11:48:57 -06:00
parent 69e49938f0
commit 76764003a5
5 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ config DEBUG_PAGING
config DEBUG_NET
bool "Network Debug Output"
default n
depends on NET
depends on ARCH_HAVE_NET
---help---
Enable network debug SYSLOG output (disabled by default)