summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-17 11:26:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-17 11:26:02 -0600
commit780c100a1c2d4d0f5bd62089121ff75d5a024e86 (patch)
treec46732d0986625f650471be4b63eb8f844f818e3 /apps/nshlib/Kconfig
parent4c9a83268147226e0aaa8c12012c856b69eaefbc (diff)
downloadpx4-nuttx-780c100a1c2d4d0f5bd62089121ff75d5a024e86.tar.gz
px4-nuttx-780c100a1c2d4d0f5bd62089121ff75d5a024e86.tar.bz2
px4-nuttx-780c100a1c2d4d0f5bd62089121ff75d5a024e86.zip
Minor corrections during integration of link status monitor
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index cae3a7dca..7bf8f32fa 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -813,7 +813,7 @@ if NSH_NETINIT_THREAD
config NSH_NETINIT_MONITOR
bool "Monitor link state"
default n
- depends on ARCH_PHY_INTERRUPT && NET_UDP && !DISABLE_SIGNALS && EXPERIMENTAL
+ depends on ARCH_PHY_INTERRUPT && NETDEV_PHY_IOCTL && NET_UDP && !DISABLE_SIGNALS && EXPERIMENTAL
---help---
By default the net initialization thread will bring-up the network
then exit, freeing all of the resources that it required. This is a