X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=block%2FKconfig;h=2429515c05c2ed1b6f457a60def817c33c178651;hb=4c015ba24bbe8558cce5925546abd590e4146a23;hp=a7e40a7c821427cd27f6c7019411030ea00e33e8;hpb=9da060d0ed571bbff434c4a1ef3e48db99a37ee0;p=karo-tx-linux.git diff --git a/block/Kconfig b/block/Kconfig index a7e40a7c8214..2429515c05c2 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -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"