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

« back to all changes in this revision

Viewing changes to drivers/block/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:
470
470
          block device driver.  It communicates with a back-end driver
471
471
          in another domain which drives the actual block device.
472
472
 
 
473
config XEN_BLKDEV_BACKEND
 
474
        tristate "Block-device backend driver"
 
475
        depends on XEN_BACKEND
 
476
        help
 
477
          The block-device backend driver allows the kernel to export its
 
478
          block devices to other guests via a high-performance shared-memory
 
479
          interface.
 
480
 
 
481
          The corresponding Linux frontend driver is enabled by the
 
482
          CONFIG_XEN_BLKDEV_FRONTEND configuration option.
 
483
 
 
484
          The backend driver attaches itself to a any block device specified
 
485
          in the XenBus configuration. There are no limits to what the block
 
486
          device as long as it has a major and minor.
 
487
 
 
488
          If you are compiling a kernel to run in a Xen block backend driver
 
489
          domain (often this is domain 0) you should say Y here. To
 
490
          compile this driver as a module, chose M here: the module
 
491
          will be called xen-blkback.
 
492
 
 
493
 
473
494
config VIRTIO_BLK
474
495
        tristate "Virtio block driver (EXPERIMENTAL)"
475
496
        depends on EXPERIMENTAL && VIRTIO