X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=block%2FKconfig;h=2429515c05c2ed1b6f457a60def817c33c178651;hb=af78fdf4a61827bed7f0fcbba8cc9ae393a3ad82;hp=7f38e40fee0819a74ec6b3d10c759c07d3b04bb4;hpb=7c6a4acc645cdd938300d5f9bb367f72170af310;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/block/Kconfig b/block/Kconfig index 7f38e40..2429515 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -99,11 +99,16 @@ config BLK_DEV_THROTTLING See Documentation/cgroups/blkio-controller.txt for more information. -config CMDLINE_PARSER +config BLK_CMDLINE_PARSER bool "Block device command line partition parser" default n ---help--- - Parsing command line, get the partitions information. + 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"