~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to fs/nfs/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
config PNFS_FILE_LAYOUT
88
88
        tristate
89
89
 
 
90
config PNFS_OBJLAYOUT
 
91
        tristate "Provide support for the pNFS Objects Layout Driver for NFSv4.1 pNFS (EXPERIMENTAL)"
 
92
        depends on NFS_FS && NFS_V4_1 && SCSI_OSD_ULD
 
93
        help
 
94
          Say M here if you want your pNFS client to support the Objects Layout Driver.
 
95
          Requires the SCSI osd initiator library (SCSI_OSD_INITIATOR) and
 
96
          upper level driver (SCSI_OSD_ULD).
 
97
 
 
98
          If unsure, say N.
 
99
 
90
100
config ROOT_NFS
91
101
        bool "Root file system on NFS"
92
102
        depends on NFS_FS=y && IP_PNP