aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-08-20 10:26:21 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-08-20 10:26:21 -0700
commit222f1c773e6a4403ea5869fc710bf0fd18ade58b (patch)
tree815b7b7460a849c592c49ef6ce5411eddc6d8013 /init
parent3e88b9372cc39f6cb688d608326633289cdcb52e (diff)
downloadhistory-222f1c773e6a4403ea5869fc710bf0fd18ade58b.tar.gz
[PATCH] misc fixes
- nmi_watchdog documentation typo ("Randy.Dunlap" <rddunlap@osdl.org>) - ikconfig proc requires CONFIG_PROC_FS ("Randy.Dunlap" <rddunlap@osdl.org>) - visws build fix (Andrey Panin <pazke@donpac.ru>) - VM lock ranking comment update
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index b01e44f573eba7..6d2d615c9f1510 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -140,7 +140,7 @@ config IKCONFIG
config IKCONFIG_PROC
bool "Enable access to .config through /proc/ikconfig"
- depends on IKCONFIG
+ depends on IKCONFIG && PROC_FS
---help---
This option enables access to kernel configuration file and build
information through /proc/ikconfig.