xref: /OK3568_Linux_fs/buildroot/package/autofs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_AUTOFS
2*4882a593Smuzhiyun	bool "autofs"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlfcn
6*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_MUSL # nsswitch
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Autofs controls the operation of the automount daemons. The
10*4882a593Smuzhiyun	  automount daemons automatically mount filesystems when they
11*4882a593Smuzhiyun	  are used and unmount them after a period of inactivity based
12*4882a593Smuzhiyun	  on a set of pre-configured maps defined by default in
13*4882a593Smuzhiyun	  /etc/auto.master. The kernel automounter implements SunOS
14*4882a593Smuzhiyun	  style automounter under Linux and requires a kernel version
15*4882a593Smuzhiyun	  of at least 2.6.17 and the autofs4 kernel module.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://www.linuxfromscratch.org/blfs/view/svn/general/autofs.html
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "autofs needs a glibc or uClibc toolchain w/ NPTL and dynamic library"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \
22*4882a593Smuzhiyun		|| BR2_TOOLCHAIN_USES_MUSL
23