summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-23 11:48:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-23 11:48:57 -0600
commitb51e2e092ba44bba94627aac1595a846310b9143 (patch)
tree58ad9dab4ffcc172595a72f468b0b767d05232a4 /nuttx/Kconfig
parent4d2c732d746cd8a3624886fbc83e0d31d5ca10f3 (diff)
downloadpx4-nuttx-b51e2e092ba44bba94627aac1595a846310b9143.tar.gz
px4-nuttx-b51e2e092ba44bba94627aac1595a846310b9143.tar.bz2
px4-nuttx-b51e2e092ba44bba94627aac1595a846310b9143.zip
Add logic to enable DEBUG_NET if NET=n but WL_CC3000=y
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 15a9788d0..06cddace3 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -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)