Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-02-26 22:24:08 +01:00
parent da4441c44f
commit e3b1a1fd28
17 changed files with 115 additions and 92 deletions

View File

@@ -32,7 +32,7 @@
//config:config PING
//config: bool "ping"
//config: default y
//config: depends on PLATFORM_LINUX
//config: select PLATFORM_LINUX
//config: help
//config: ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
//config: elicit an ICMP ECHO_RESPONSE from a host or gateway.