From b28c41690c7fb672b1e7432b45bddeb84096abee Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 20 Oct 2007 01:01:08 +0200 Subject: [PATCH] --- yaml --- r: 71849 b: refs/heads/master c: d96267ae4640e3c9b7b32e83dc716824489b7d5c h: refs/heads/master i: 71847: d71826a74bdd28b962f3c36cb709dc9d5c95da53 v: v3 --- [refs] | 2 +- trunk/drivers/block/Kconfig | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/[refs] b/[refs] index a00536f6898b..fb3c1f1fcfdc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6da34bae29f51c35b300d89c1bbfe96cdf44d4d5 +refs/heads/master: d96267ae4640e3c9b7b32e83dc716824489b7d5c diff --git a/trunk/drivers/block/Kconfig b/trunk/drivers/block/Kconfig index 38a085ea7758..ce4b1e484e64 100644 --- a/trunk/drivers/block/Kconfig +++ b/trunk/drivers/block/Kconfig @@ -204,23 +204,6 @@ config BLK_DEV_COW_COMMON bool default BLK_DEV_UBD -config MMAPPER - tristate "Example IO memory driver (BROKEN)" - depends on UML && BROKEN - ---help--- - The User-Mode Linux port can provide support for IO Memory - emulation with this option. This allows a host file to be - specified as an I/O region on the kernel command line. That file - will be mapped into UML's kernel address space where a driver can - locate it and do whatever it wants with the memory, including - providing an interface to it for UML processes to use. - - For more information, see - . - - If you'd like to be able to provide a simulated IO port space for - User-Mode Linux processes, say Y. If unsure, say N. - config BLK_DEV_LOOP tristate "Loopback device support" ---help---