~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/nfs/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

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