X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=block%2FKconfig;h=bac87d773c541b6eea6da730967a995ca221e6aa;hb=221e8360834c59f0c9952630fa5904a94ebd2bb8;hp=fd732aede922360a7fbd92fece364bc3aab3e9ba;hpb=8da49a33dda7294c1af508f8aa81cd638d0afd62;p=linux-2.6-microblaze.git diff --git a/block/Kconfig b/block/Kconfig index fd732aede922..bac87d773c54 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -114,16 +114,6 @@ config BLK_DEV_THROTTLING_LOW Note, this is an experimental interface and could be changed someday. -config BLK_CMDLINE_PARSER - bool "Block device command line partition parser" - 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.rst for more information. - config BLK_WBT bool "Enable support for block device writeback throttling" help @@ -251,4 +241,8 @@ config BLK_MQ_RDMA config BLK_PM def_bool BLOCK && PM +# do not use in new code +config BLOCK_HOLDER_DEPRECATED + bool + source "block/Kconfig.iosched"