Skip to content

Commit

Permalink
remove duplicate MMAPPER Kconfig option
Browse files Browse the repository at this point in the history
This option is already in arch/um/Kconfig.char

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Jeff Dike <jdike@addtoit.com>
  • Loading branch information
Adrian Bunk committed Oct 19, 2007
1 parent 6da34ba commit d96267a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://user-mode-linux.sourceforge.net/iomem.html>.

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---
Expand Down

0 comments on commit d96267a

Please sign in to comment.