combine depends lines

This commit is contained in:
Mike Frysinger 2007-01-24 14:50:27 +00:00
parent 11353ae0ab
commit 0e282c9aed
2 changed files with 2 additions and 4 deletions

View File

@ -337,8 +337,7 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
config FEATURE_INETD_RPC config FEATURE_INETD_RPC
bool "Support RPC services" bool "Support RPC services"
default n default n
depends on INETD depends on INETD && FEATURE_HAVE_RPC
depends on FEATURE_HAVE_RPC
help help
Support Sun-RPC based services Support Sun-RPC based services

View File

@ -368,8 +368,7 @@ config MOUNT
config FEATURE_MOUNT_NFS config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems" bool "Support mounting NFS file systems"
default n default n
depends on MOUNT depends on MOUNT && FEATURE_HAVE_RPC
depends on FEATURE_HAVE_RPC
select FEATURE_SYSLOG select FEATURE_SYSLOG
help help
Enable mounting of NFS file systems. Enable mounting of NFS file systems.