diff options
author | Dirk Hohndel <hohndel@linux.intel.com> | 2007-10-30 16:37:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-30 17:26:30 -0400 |
commit | e403149c92a2a0643211debbbb0a9ec7cc04cff7 (patch) | |
tree | c3ef82a7fa02222aab2c3d3d79e644f8a1c95286 /arch | |
parent | bdb76ef5a4bc8676a81034a443f1eda450b4babb (diff) |
Kbuild/doc: fix links to Documentation files
Fix links to files in Documentation/* in various Kconfig files
Signed-off-by: Dirk Hohndel <hohndel@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-ixp2000/Kconfig | 2 | ||||
-rw-r--r-- | arch/h8300/Kconfig | 2 | ||||
-rw-r--r-- | arch/s390/Kconfig | 2 | ||||
-rw-r--r-- | arch/sh64/Kconfig | 2 | ||||
-rw-r--r-- | arch/xtensa/Kconfig | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-ixp2000/Kconfig b/arch/arm/mach-ixp2000/Kconfig index 86f53f8ccbf5..08d2707f6ca8 100644 --- a/arch/arm/mach-ixp2000/Kconfig +++ b/arch/arm/mach-ixp2000/Kconfig | |||
@@ -14,7 +14,7 @@ config ARCH_ENP2611 | |||
14 | help | 14 | help |
15 | Say 'Y' here if you want your kernel to support the Radisys | 15 | Say 'Y' here if you want your kernel to support the Radisys |
16 | ENP2611 PCI network processing card. For more information on | 16 | ENP2611 PCI network processing card. For more information on |
17 | this card, see <file:Documentation/arm/ENP2611>. | 17 | this card, see <file:Documentation/arm/IXP2000>. |
18 | 18 | ||
19 | config ARCH_IXDP2400 | 19 | config ARCH_IXDP2400 |
20 | bool "Support Intel IXDP2400" | 20 | bool "Support Intel IXDP2400" |
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index e2e9f57abe2e..ff6a8712bd6d 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # For a description of the syntax of this configuration file, | 2 | # For a description of the syntax of this configuration file, |
3 | # see Documentation/kbuild/config-language.txt. | 3 | # see Documentation/kbuild/kconfig-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration" | 6 | mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration" |
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 4ec716d8c1a6..1330061020ab 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -513,7 +513,7 @@ config ZFCPDUMP | |||
513 | default n | 513 | default n |
514 | help | 514 | help |
515 | Select this option if you want to build an zfcpdump enabled kernel. | 515 | Select this option if you want to build an zfcpdump enabled kernel. |
516 | Refer to "Documentation/s390/zfcpdump.txt" for more details on this. | 516 | Refer to <file:Documentation/s390/zfcpdump.txt> for more details on this. |
517 | 517 | ||
518 | endmenu | 518 | endmenu |
519 | 519 | ||
diff --git a/arch/sh64/Kconfig b/arch/sh64/Kconfig index ba204bac49df..6884d5a518ad 100644 --- a/arch/sh64/Kconfig +++ b/arch/sh64/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # For a description of the syntax of this configuration file, | 2 | # For a description of the syntax of this configuration file, |
3 | # see Documentation/kbuild/config-language.txt. | 3 | # see Documentation/kbuild/kconfig-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | mainmenu "Linux/SH64 Kernel Configuration" | 6 | mainmenu "Linux/SH64 Kernel Configuration" |
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 85ffbb491490..d3cb3d6af4c8 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # For a description of the syntax of this configuration file, | 1 | # For a description of the syntax of this configuration file, |
2 | # see Documentation/kbuild/config-language.txt. | 2 | # see Documentation/kbuild/kconfig-language.txt. |
3 | 3 | ||
4 | mainmenu "Linux/Xtensa Kernel Configuration" | 4 | mainmenu "Linux/Xtensa Kernel Configuration" |
5 | 5 | ||