]> err.no Git - linux-2.6/blobdiff - block/Kconfig
knfsd: nfsd4: parse secinfo information in exports downcall
[linux-2.6] / block / Kconfig
index a50f481116477e9552c82db45f728bc067dbbbbd..6597b60e8e69a58e71e3c8d997dc8c8d6e7af8a9 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Block layer core configuration
 #
-config BLOCK
+menuconfig BLOCK
        bool "Enable the block layer" if EMBEDDED
        default y
        help
@@ -49,6 +49,14 @@ config LSF
 
          If unsure, say Y.
 
-endif
+endif # BLOCK
+
+config BLK_DEV_BSG
+       bool "Block layer SG support"
+       depends on (SCSI=y) && EXPERIMENTAL
+       default y
+       ---help---
+       Saying Y here will enable generic SG (SCSI generic) v4
+       support for any block device.
 
 source block/Kconfig.iosched