Skip to content

Commit 365a0de

Browse files
rddunlaptorvalds
authored andcommitted
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 <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Christoph Hellwig <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 57d8e02 commit 365a0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/Kconfig.um

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ config HOSTFS
4747

4848
config HPPFS
4949
tristate "HoneyPot ProcFS (EXPERIMENTAL)"
50-
depends on EXPERIMENTAL
50+
depends on EXPERIMENTAL && PROC_FS
5151
help
5252
hppfs (HoneyPot ProcFS) is a filesystem which allows UML /proc
5353
entries to be overridden, removed, or fabricated from the host.

0 commit comments

Comments
 (0)