From: Randy Dunlap Date: Wed, 27 Apr 2011 22:26:53 +0000 (-0700) Subject: uml: fix hppfs build X-Git-Tag: upstream/snapshot3+hdmi~10549 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=365a0deae2b6743b3263a71871bbd8c9f66ac34c;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git uml: fix hppfs build Make HoneyPot ProcFS depend on CONFIG_PROC_FS so that it will build. Recommended by Christoph Hellwig. Addresses https://bugzilla.kernel.org/show_bug.cgi?id=33692 Reported-by: Simon Danner Signed-off-by: Randy Dunlap Cc: Jeff Dike Cc: Christoph Hellwig Signed-off-by: Richard Weinberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um index 90a438a..b5e675e 100644 --- a/arch/um/Kconfig.um +++ b/arch/um/Kconfig.um @@ -47,7 +47,7 @@ config HOSTFS config HPPFS tristate "HoneyPot ProcFS (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && PROC_FS help hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc entries to be overridden, removed, or fabricated from the host.