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

@@ -8,7 +8,7 @@ INSERT
config UDHCPD
bool "udhcp server (udhcpd)"
default y
depends on PLATFORM_LINUX
select PLATFORM_LINUX
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@@ -66,7 +66,7 @@ config DHCPD_LEASES_FILE
config UDHCPC
bool "udhcp client (udhcpc)"
default y
depends on PLATFORM_LINUX
select PLATFORM_LINUX
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.