X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=drivers%2Fmd%2FKconfig;h=a86569d2816805295bcfde08fde104e09179121c;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2bf58c928b06b03c24a1e634b496295934ae9b0b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 2bf58c928..a86569d28 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -164,6 +164,15 @@ config MD_MULTIPATH If unsure, say N. +config MD_FAULTY + tristate "Faulty test module for MD" + depends on BLK_DEV_MD + help + The "faulty" module allows for a block device that occasionally returns + read or write errors. It is useful for testing. + + In unsure, say N. + config BLK_DEV_DM tristate "Device mapper support" depends on MD @@ -191,7 +200,7 @@ config DM_CRYPT Information on how to use dm-crypt can be found on - http://www.saout.de/misc/dm-crypt/ + To compile this code as a module, choose M here: the module will be called dm-crypt.