make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features

This commit is contained in:
Denis Vlasenko
2007-06-16 13:56:51 +00:00
parent 7b72fc1200
commit a7825f269d
3 changed files with 22 additions and 20 deletions

View File

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