summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig_char
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2005-06-09 00:47:50 +0200
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-09 01:21:11 +0200
commit3df59529ad1045da61698bb5dd8ebaa547aeb46f (patch)
treef7370854b4c8aa3a6c72990b00094dc454b3e039 /arch/um/Kconfig_char
parentMerge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 (diff)
downloadlinux-3df59529ad1045da61698bb5dd8ebaa547aeb46f.tar.xz
linux-3df59529ad1045da61698bb5dd8ebaa547aeb46f.zip
[PATCH] uml: make the emulated iomem driver work on 2.6
This makes the minimal fixes needed to make the UML iomem driver work in 2.6. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Kconfig_char')
-rw-r--r--arch/um/Kconfig_char6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/um/Kconfig_char b/arch/um/Kconfig_char
index 3e50fdb67626..62d87b71179b 100644
--- a/arch/um/Kconfig_char
+++ b/arch/um/Kconfig_char
@@ -204,5 +204,11 @@ config UML_RANDOM
http://sourceforge.net/projects/gkernel/). rngd periodically reads
/dev/hwrng and injects the entropy into /dev/random.
+config MMAPPER
+ tristate "iomem emulation driver"
+ help
+ This driver allows a host file to be used as emulated IO memory inside
+ UML.
+
endmenu