Update README files, Kconfig help comments, and make the network monitor not EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2014-08-18 07:24:47 -06:00
parent bf98b2bbac
commit 61ab95593f

View File

@ -813,7 +813,7 @@ if NSH_NETINIT_THREAD
config NSH_NETINIT_MONITOR config NSH_NETINIT_MONITOR
bool "Monitor link state" bool "Monitor link state"
default n default n
depends on ARCH_PHY_INTERRUPT && NETDEV_PHY_IOCTL && NET_UDP && !DISABLE_SIGNALS && EXPERIMENTAL depends on ARCH_PHY_INTERRUPT && NETDEV_PHY_IOCTL && NET_UDP && !DISABLE_SIGNALS
---help--- ---help---
By default the net initialization thread will bring-up the network By default the net initialization thread will bring-up the network
then exit, freeing all of the resources that it required. This is a then exit, freeing all of the resources that it required. This is a
@ -822,10 +822,12 @@ config NSH_NETINIT_MONITOR
If this option is selected, however, then the network initialization If this option is selected, however, then the network initialization
thread will persist forever; it will monitor the network status. In thread will persist forever; it will monitor the network status. In
the event that the network goes down (for example, if a cable is the event that the network goes down (for example, if a cable is
removed), then the the thread will monitor the link status and removed), then the thread will monitor the link status and
attempt to bring the network back up. In this case the resources attempt to bring the network back up. In this case the resources
required for network initialization are never released. required for network initialization are never released.
if NSH_NETINIT_MONITOR
config NSH_NETINIT_SIGNO config NSH_NETINIT_SIGNO
int "Notification signal number" int "Notification signal number"
default 18 default 18
@ -834,8 +836,6 @@ config NSH_NETINIT_SIGNO
change in the link status. This setting may be used to customize change in the link status. This setting may be used to customize
that signal number in order to avoid conflicts. that signal number in order to avoid conflicts.
if NSH_NETINIT_MONITOR
config NSH_NETINIT_RETRYMSEC config NSH_NETINIT_RETRYMSEC
int "Network bring-up retry period (msec)" int "Network bring-up retry period (msec)"
default 2000 default 2000