Skip to content

Commit

Permalink
docsrc: use config instead of menuconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Feb 21, 2009
1 parent b28fe28 commit 152de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 152de30

Please sign in to comment.