Commit e403149c authored by Dirk Hohndel's avatar Dirk Hohndel Committed by Linus Torvalds
Browse files

Kbuild/doc: fix links to Documentation files



Fix links to files in Documentation/* in various Kconfig files

Signed-off-by: default avatarDirk Hohndel <hohndel@linux.intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bdb76ef5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ config ARCH_ENP2611
	help
	help
	  Say 'Y' here if you want your kernel to support the Radisys
	  Say 'Y' here if you want your kernel to support the Radisys
	  ENP2611 PCI network processing card. For more information on
	  ENP2611 PCI network processing card. For more information on
	  this card, see <file:Documentation/arm/ENP2611>.
	  this card, see <file:Documentation/arm/IXP2000>.


config ARCH_IXDP2400
config ARCH_IXDP2400
	bool "Support Intel IXDP2400"
	bool "Support Intel IXDP2400"
+1 −1
Original line number Original line Diff line number Diff line
#
#
# For a description of the syntax of this configuration file,
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
# see Documentation/kbuild/kconfig-language.txt.
#
#


mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration"
mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration"
+1 −1
Original line number Original line Diff line number Diff line
@@ -513,7 +513,7 @@ config ZFCPDUMP
	default n
	default n
	help
	help
	  Select this option if you want to build an zfcpdump enabled kernel.
	  Select this option if you want to build an zfcpdump enabled kernel.
	  Refer to "Documentation/s390/zfcpdump.txt" for more details on this.
	  Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this.


endmenu
endmenu


+1 −1
Original line number Original line Diff line number Diff line
#
#
# For a description of the syntax of this configuration file,
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
# see Documentation/kbuild/kconfig-language.txt.
#
#


mainmenu "Linux/SH64 Kernel Configuration"
mainmenu "Linux/SH64 Kernel Configuration"
+1 −1
Original line number Original line Diff line number Diff line
# For a description of the syntax of this configuration file,
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
# see Documentation/kbuild/kconfig-language.txt.


mainmenu "Linux/Xtensa Kernel Configuration"
mainmenu "Linux/Xtensa Kernel Configuration"


Loading