summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorRandy Dunlap2009-02-21 00:38:47 +0100
committerLinus Torvalds2009-02-21 02:57:49 +0100
commit152de30bced150617e5731a9fe2364c9d04fe26c (patch)
treedb5df9e20b291edc17960614f19249b8f0d0a4d0 /lib/Kconfig.debug
parentsx.c: avoid referencing freed memory if copy_from_user() fails (diff)
downloadkernel-qcow2-linux-152de30bced150617e5731a9fe2364c9d04fe26c.tar.gz
kernel-qcow2-linux-152de30bced150617e5731a9fe2364c9d04fe26c.tar.xz
kernel-qcow2-linux-152de30bced150617e5731a9fe2364c9d04fe26c.zip
docsrc: use config instead of menuconfig
BUILD_DOCSRC should be controlled by "config" instead of "menuconfig". I have no idea how I managed to use "menuconfig" here. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 29044f500269..1bcf9cd4baa0 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -838,7 +838,7 @@ config FIREWIRE_OHCI_REMOTE_DMA
If unsure, say N.
-menuconfig BUILD_DOCSRC
+config BUILD_DOCSRC
bool "Build targets in Documentation/ tree"
depends on HEADERS_CHECK
help