[2.6 patch] select for fs/Kconfig

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 09/28/03

  • Next message: Adrian Bunk: "[2.6 patch] select for drivers/mtd"
    Date:	Sun, 28 Sep 2003 17:18:39 +0200
    To: Linus Torvalds <torvalds@osdl.org>, David Howells <dhowells@redhat.com>, David Woodhouse <dwmw2@cambridge.redhat.com>
    
    

    The patch below switches fs/Kconfig to use select where appropriate
    (affects nfs{,d} and afs).

    diffstat output:
    ú
     fs/Kconfig | 11 +++++------
     1 files changed, 5 insertions(+), 6 deletions(-)
     

    cu
    Adrian

    --- linux-2.6.0-test6-full/fs/Kconfig.old 2003-09-28 16:12:39.000000000 +0200
    +++ linux-2.6.0-test6-full/fs/Kconfig 2003-09-28 16:20:56.000000000 +0200
    @@ -1253,8 +1253,10 @@
     
     config NFS_FS
             tristate "NFS file system support"
             depends on INET
    + select LOCKD
    + select SUNRPC
             help
               If you are connected to some other (usually local) Unix computer
               (using SLIP, PLIP, PPP or Ethernet) and want to mount files residing
               on that computer (the NFS server) using the Network File Sharing
    @@ -1308,8 +1310,10 @@
     
     config NFSD
             tristate "NFS server support"
             depends on INET
    + select LOCKD
    + select SUNRPC
             help
               If you want your Linux box to act as an NFS *server*, so that other
               computers on your local network which support NFS can access certain
               directories on your box transparently, you have two options: you can
    @@ -1370,10 +1374,8 @@
               Most people say N here.
     
     config LOCKD
             tristate
    - default m if NFS_FS!=y && NFSD!=y && (NFS_FS=m || NFSD=m)
    - default y if NFS_FS=y || NFSD=y
     
     config LOCKD_V4
             bool
             depends on NFSD_V3 || NFS_V3
    @@ -1384,10 +1386,8 @@
             default NFSD
     
     config SUNRPC
             tristate
    - default m if NFS_FS!=y && NFSD!=y && (NFS_FS=m || NFSD=m)
    - default y if NFS_FS=y || NFSD=y
     
     config SUNRPC_GSS
             tristate "Provide RPCSEC_GSS authentication (EXPERIMENTAL)"
             depends on SUNRPC && EXPERIMENTAL
    @@ -1564,8 +1564,9 @@
     config AFS_FS
     # for fs/nls/Config.in
             tristate "Andrew File System support (AFS) (Experimental)"
             depends on INET && EXPERIMENTAL
    + select RXRPC
             help
               If you say Y here, you will get an experimental Andrew File System
               driver. It currently only supports unsecured read-only AFS access.
     
    @@ -1574,10 +1575,8 @@
               If unsure, say N.
     
     config RXRPC
             tristate
    - default m if AFS_FS=m
    - default y if AFS_FS=y
     
     endmenu
     
     menu "Partition Types"
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Adrian Bunk: "[2.6 patch] select for drivers/mtd"

    Relevant Pages

    • Re: 2.5/2.6 NVidia (was Re: 2.4 vs 2.6 version of ioport.h)
      ... NVIDIA: AGP 4X successfully initialized ... IIRC, but possibly not the case in the 2.6 .config yet, is that any ... Copyright 2003 by Maurice Eugene Heskett, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 2/2] ide: remove obsolete CONFIG_BLK_DEV_ADMA - cleanup arch
      ... Cleans up default config for various archs, removing ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.12 Performance problems
      ... > The kernel is the standard kernel.org dowload ... > config with SMP turned off and the intel ethernet ... > card drivers as modules without any other ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.12 Performance problems
      ... > The kernel is the standard kernel.org dowload ... > config with SMP turned off and the intel ethernet ... > card drivers as modules without any other ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] make miniconfig (take 2)
      ... script intercept signals and restore .config on the way out, ... fully reliable because kconfig overwrites .config and ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)