From: Adrian Bunk Date: Fri, 19 Oct 2007 23:01:08 +0000 (+0200) Subject: remove duplicate MMAPPER Kconfig option X-Git-Tag: v2.6.24-rc1~124^2~42 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d96267ae4640e3c9b7b32e83dc716824489b7d5c;p=linux-2.6 remove duplicate MMAPPER Kconfig option This option is already in arch/um/Kconfig.char Signed-off-by: Adrian Bunk Acked-by: Jeff Dike --- diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 38a085ea77..ce4b1e484e 100644 --- a/drivers/block/Kconfig +++ b/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---