xen-netback: enable IPv6 TCP GSO to the guest
[cascardo/linux.git] / block / Kconfig
index a7e40a7..2429515 100644 (file)
@@ -99,6 +99,17 @@ config BLK_DEV_THROTTLING
 
        See Documentation/cgroups/blkio-controller.txt for more information.
 
+config BLK_CMDLINE_PARSER
+       bool "Block device command line partition parser"
+       default n
+       ---help---
+       Enabling this option allows you to specify the partition layout from
+       the kernel boot args.  This is typically of use for embedded devices
+       which don't otherwise have any standardized method for listing the
+       partitions on a block device.
+
+       See Documentation/block/cmdline-partition.txt for more information.
+
 menu "Partition Types"
 
 source "block/partitions/Kconfig"