Config.in.fsnet 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. config ADK_KPACKAGE_KMOD_CIFS
  2. prompt "kmod-fs-cifs...................... CIFS support"
  3. tristate
  4. select ADK_KPACKAGE_KMOD_NLS if !ADK_KERNEL_NLS
  5. select ADK_KERNEL_NETWORK_FILESYSTEMS
  6. select ADK_KPACKAGE_KMOD_CRYPTO_MD4
  7. select ADK_KPACKAGE_KMOD_CRYPTO_MD5
  8. select ADK_KPACKAGE_KMOD_CRYPTO_HMAC
  9. select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  10. select ADK_KPACKAGE_KMOD_CRYPTO_ECB
  11. select ADK_KPACKAGE_KMOD_CRYPTO_DES
  12. select ADK_KPACKAGE_KMOD_CRYPTO_SHA256
  13. default n
  14. help
  15. This is the client VFS module for the Common Internet File System
  16. (CIFS) protocol which is the successor to the Server Message Block
  17. (SMB) protocol, the native file sharing mechanism for most early
  18. PC operating systems. The CIFS protocol is fully supported by
  19. file servers such as Windows 2000 (including Windows 2003, NT 4
  20. and Windows XP) as well by Samba (which provides excellent CIFS
  21. server support for Linux and many other operating systems). Limited
  22. support for Windows ME and similar servers is provided as well.
  23. You must use the smbfs client filesystem to access older SMB servers
  24. such as OS/2 and DOS.
  25. The intent of the cifs module is to provide an advanced
  26. network file system client for mounting to CIFS compliant servers,
  27. including support for dfs (hierarchical name space), secure per-user
  28. session establishment, safe distributed caching (oplock), optional
  29. packet signing, Unicode and other internationalization improvements,
  30. and optional Winbind (nsswitch) integration. You do not need to enable
  31. cifs if running only a (Samba) server. It is possible to enable both
  32. smbfs and cifs (e.g. if you are using CIFS for accessing Windows 2003
  33. and Samba 3 servers, and smbfs for accessing old servers). If you need
  34. to mount to Samba or Windows from this machine, say Y.
  35. config ADK_KPACKAGE_KMOD_CODA_FS
  36. prompt "kmod-fs-coda...................... support for coda client"
  37. tristate
  38. select ADK_KERNEL_NETWORK_FILESYSTEMS
  39. default n
  40. help
  41. This is the kernel part of the client for the CODA filesystem.
  42. config ADK_KERNEL_NFS_V4
  43. boolean
  44. depends on !ADK_TARGET_ROOTFS_NFSROOT
  45. select ADK_KERNEL_NETWORK_FILESYSTEMS
  46. default n
  47. config ADK_KERNEL_RPCSEC_GSS_KRB5
  48. boolean
  49. default n
  50. config ADK_KPACKAGE_KMOD_NFS_FS
  51. prompt "kmod-fs-nfs....................... NFS client support (includes V3 support)"
  52. tristate
  53. default n
  54. select ADK_KERNEL_NFS_V3
  55. select ADK_KERNEL_NFS_V4
  56. select ADK_KERNEL_DNOTIFY
  57. select ADK_KPACKAGE_KMOD_SUNRPC
  58. select ADK_KPACKAGE_KMOD_LOCKD
  59. select ADK_KERNEL_NETWORK_FILESYSTEMS
  60. depends on !ADK_TARGET_ROOTFS_NFSROOT
  61. help
  62. If you are connected to some other (usually local) Unix computer
  63. (using SLIP, PLIP, PPP or Ethernet) and want to mount files residing
  64. on that computer (the NFS server) using the Network File Sharing
  65. protocol, say Y. "Mounting files" means that the client can access
  66. the files with usual UNIX commands as if they were sitting on the
  67. client's hard disk. For this to work, the server must run the
  68. programs nfsd and mountd (but does not need to have NFS file system
  69. support enabled in its kernel). NFS is explained in the Network
  70. Administrator's Guide, available from
  71. <http://www.tldp.org/docs.html#guide>, on its man page: "man
  72. nfs", and in the NFS-HOWTO.
  73. A superior but less widely used alternative to NFS is provided by
  74. the Coda file system; see "Coda file system support" below.
  75. If you say Y here, you should have said Y to TCP/IP networking also.
  76. This option would enlarge your kernel by about 27 KB.
  77. To compile this file system support as a module, choose M here: the
  78. module will be called nfs.
  79. If you are configuring a diskless machine which will mount its root
  80. file system over NFS at boot time, say Y here and to "Kernel
  81. level IP autoconfiguration" above and to "Root file system on NFS"
  82. below. You cannot compile this driver as a module in this case.
  83. There are two packages designed for booting diskless machines over
  84. the net: netboot, available from
  85. <http://ftp1.sourceforge.net/netboot/>, and Etherboot,
  86. available from <http://ftp1.sourceforge.net/etherboot/>.
  87. If you don't know what all this is about, say N.
  88. Kernel modules for NFS client support
  89. config ADK_KERNEL_NFSD_V3
  90. boolean
  91. default n
  92. config ADK_KERNEL_NFSD_V4
  93. boolean
  94. default n
  95. config ADK_KPACKAGE_KMOD_NFSD
  96. prompt "kmod-fs-nfsd...................... NFS server support (includes V3 support)"
  97. tristate
  98. default n
  99. select ADK_KERNEL_EXPORTFS
  100. select ADK_KERNEL_NFSD_V3
  101. select ADK_KERNEL_NFSD_V4
  102. select ADK_KERNEL_DNOTIFY
  103. select ADK_KPACKAGE_KMOD_SUNRPC
  104. select ADK_KPACKAGE_KMOD_SUNRPC_GSS
  105. select ADK_KPACKAGE_KMOD_LOCKD
  106. select ADK_KERNEL_NETWORK_FILESYSTEMS
  107. depends on !ADK_TARGET_ROOTFS_NFSROOT
  108. help
  109. If you want your Linux box to act as an NFS *server*, so that other
  110. computers on your local network which support NFS can access certain
  111. directories on your box transparently, you have two options: you can
  112. use the self-contained user space program nfsd, in which case you
  113. should say N here, or you can say Y and use the kernel based NFS
  114. server. The advantage of the kernel based solution is that it is
  115. faster.
  116. In either case, you will need support software; the respective
  117. locations are given in the file <file:Documentation/Changes> in the
  118. NFS section.
  119. If you say Y here, you will get support for version 2 of the NFS
  120. protocol (NFSv2). If you also want NFSv3, say Y to the next question
  121. as well.
  122. Please read the NFS-HOWTO, available from
  123. <http://www.tldp.org/docs.html#howto>.
  124. config ADK_KPACKAGE_KMOD_LOCKD
  125. tristate
  126. default n
  127. config ADK_KPACKAGE_KMOD_SUNRPC
  128. tristate
  129. depends on !ADK_KERNEL_SUNRPC
  130. default n
  131. config ADK_KPACKAGE_KMOD_SUNRPC_GSS
  132. tristate
  133. select ADK_KPACKAGE_KMOD_SUNRPC
  134. default n
  135. config ADK_KPACKAGE_KMOD_RPCSEC_GSS_KRB5
  136. tristate
  137. select ADK_KERNEL_NETWORK_FILESYSTEMS
  138. select ADK_KPACKAGE_KMOD_SUNRPC_GSS
  139. select ADK_KPACKAGE_KMOD_SUNRPC
  140. select ADK_KPACKAGE_KMOD_CRYPTO
  141. select ADK_KPACKAGE_KMOD_CRYPTO_MD5
  142. select ADK_KPACKAGE_KMOD_CRYPTO_DES
  143. select ADK_KPACKAGE_KMOD_CRYPTO_CBC
  144. select ADK_KPACKAGE_KMOD_CRYPTO_CTS
  145. select ADK_KPACKAGE_KMOD_CRYPTO_ECB
  146. select ADK_KPACKAGE_KMOD_CRYPTO_HMAC
  147. select ADK_KPACKAGE_KMOD_CRYPTO_SHA1
  148. select ADK_KPACKAGE_KMOD_CRYPTO_AES
  149. select ADK_KPACKAGE_KMOD_CRYPTO_ARC4
  150. default n