diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-04-27 15:26:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-04-28 11:28:21 -0700 |
commit | 365a0deae2b6743b3263a71871bbd8c9f66ac34c (patch) | |
tree | 6a3b1590f6aecdcddd5ea50d70975f1f55311a9f /arch/um | |
parent | 57d8e02e3cd21bccf2b84b26b42feb79e1f0f83e (diff) | |
download | linux-3.10-365a0deae2b6743b3263a71871bbd8c9f66ac34c.tar.gz linux-3.10-365a0deae2b6743b3263a71871bbd8c9f66ac34c.tar.bz2 linux-3.10-365a0deae2b6743b3263a71871bbd8c9f66ac34c.zip |
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 <danner.simon@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig.um | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Kconfig.um b/arch/um/Kconfig.um index 90a438acbfa..b5e675e370c 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. |