summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-06 16:45:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-06 16:45:52 +0000
commit5c29bff3aecd7f807c5e5e4bcc7b86a99cad44db (patch)
treebe8d22a565def2fb139aeff8de367fa43549334d /apps
parenta0cf700991fad1ffea2859220327c24665e34c39 (diff)
downloadnuttx-5c29bff3aecd7f807c5e5e4bcc7b86a99cad44db.tar.gz
nuttx-5c29bff3aecd7f807c5e5e4bcc7b86a99cad44db.tar.bz2
nuttx-5c29bff3aecd7f807c5e5e4bcc7b86a99cad44db.zip
Add kconfig documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/Kconfig2
-rw-r--r--apps/examples/Kconfig2
-rw-r--r--apps/examples/adc/Kconfig2
-rw-r--r--apps/examples/buttons/Kconfig2
-rw-r--r--apps/examples/can/Kconfig2
-rw-r--r--apps/examples/cdcacm/Kconfig2
-rw-r--r--apps/examples/dhcpd/Kconfig2
-rw-r--r--apps/examples/ftpc/Kconfig2
-rw-r--r--apps/examples/ftpd/Kconfig2
-rw-r--r--apps/examples/hello/Kconfig2
-rw-r--r--apps/examples/helloxx/Kconfig2
-rw-r--r--apps/examples/hidkbd/Kconfig2
-rw-r--r--apps/examples/igmp/Kconfig2
-rw-r--r--apps/examples/lcdrw/Kconfig2
-rw-r--r--apps/examples/mm/Kconfig2
-rw-r--r--apps/examples/mount/Kconfig2
-rw-r--r--apps/examples/nettest/Kconfig2
-rw-r--r--apps/examples/nsh/Kconfig2
-rw-r--r--apps/examples/null/Kconfig2
-rw-r--r--apps/examples/nx/Kconfig2
-rw-r--r--apps/examples/nxconsole/Kconfig2
-rw-r--r--apps/examples/nxffs/Kconfig2
-rw-r--r--apps/examples/nxflat/Kconfig2
-rw-r--r--apps/examples/nxhello/Kconfig2
-rw-r--r--apps/examples/nximage/Kconfig2
-rw-r--r--apps/examples/nxlines/Kconfig2
-rw-r--r--apps/examples/nxtext/Kconfig2
-rw-r--r--apps/examples/ostest/Kconfig2
-rw-r--r--apps/examples/pashello/Kconfig2
-rw-r--r--apps/examples/pipe/Kconfig2
-rw-r--r--apps/examples/poll/Kconfig2
-rw-r--r--apps/examples/pwm/Kconfig2
-rw-r--r--apps/examples/qencoder/Kconfig2
-rw-r--r--apps/examples/rgmp/Kconfig2
-rw-r--r--apps/examples/romfs/Kconfig2
-rw-r--r--apps/examples/sendmail/Kconfig2
-rw-r--r--apps/examples/serloop/Kconfig2
-rw-r--r--apps/examples/telnetd/Kconfig2
-rw-r--r--apps/examples/thttpd/Kconfig2
-rw-r--r--apps/examples/tiff/Kconfig2
-rw-r--r--apps/examples/touchscreen/Kconfig2
-rw-r--r--apps/examples/udp/Kconfig2
-rw-r--r--apps/examples/uip/Kconfig2
-rw-r--r--apps/examples/usbserial/Kconfig2
-rw-r--r--apps/examples/usbstorage/Kconfig2
-rw-r--r--apps/examples/usbterm/Kconfig2
-rw-r--r--apps/examples/wget/Kconfig2
-rw-r--r--apps/examples/wlan/Kconfig2
-rw-r--r--apps/graphics/Kconfig2
-rw-r--r--apps/interpreters/Kconfig2
-rw-r--r--apps/interpreters/ficl/Kconfig2
-rw-r--r--apps/namedapp/Kconfig2
-rw-r--r--apps/netutils/Kconfig2
-rw-r--r--apps/netutils/dhcpc/Kconfig2
-rw-r--r--apps/netutils/dhcpd/Kconfig2
-rw-r--r--apps/netutils/ftpc/Kconfig2
-rw-r--r--apps/netutils/ftpd/Kconfig2
-rw-r--r--apps/netutils/resolv/Kconfig2
-rw-r--r--apps/netutils/smtp/Kconfig2
-rw-r--r--apps/netutils/thttpd/Kconfig2
-rw-r--r--apps/netutils/uiplib/Kconfig2
-rw-r--r--apps/netutils/webclient/Kconfig2
-rw-r--r--apps/netutils/webserver/Kconfig2
-rw-r--r--apps/nshlib/Kconfig2
-rw-r--r--apps/system/Kconfig2
-rw-r--r--apps/system/free/Kconfig2
-rw-r--r--apps/system/i2c/Kconfig2
-rw-r--r--apps/system/install/Kconfig2
-rw-r--r--apps/system/readline/Kconfig2
-rw-r--r--apps/vsn/Kconfig2
-rw-r--r--apps/vsn/poweroff/Kconfig2
-rw-r--r--apps/vsn/ramtron/Kconfig2
-rw-r--r--apps/vsn/sdcard/Kconfig2
-rw-r--r--apps/vsn/sysinfo/Kconfig2
74 files changed, 74 insertions, 74 deletions
diff --git a/apps/Kconfig b/apps/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/Kconfig
+++ b/apps/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/adc/Kconfig b/apps/examples/adc/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/adc/Kconfig
+++ b/apps/examples/adc/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/buttons/Kconfig b/apps/examples/buttons/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/buttons/Kconfig
+++ b/apps/examples/buttons/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/can/Kconfig b/apps/examples/can/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/can/Kconfig
+++ b/apps/examples/can/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/cdcacm/Kconfig b/apps/examples/cdcacm/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/cdcacm/Kconfig
+++ b/apps/examples/cdcacm/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/dhcpd/Kconfig b/apps/examples/dhcpd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/dhcpd/Kconfig
+++ b/apps/examples/dhcpd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/ftpc/Kconfig b/apps/examples/ftpc/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/ftpc/Kconfig
+++ b/apps/examples/ftpc/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/ftpd/Kconfig b/apps/examples/ftpd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/ftpd/Kconfig
+++ b/apps/examples/ftpd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/hello/Kconfig b/apps/examples/hello/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/hello/Kconfig
+++ b/apps/examples/hello/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/helloxx/Kconfig b/apps/examples/helloxx/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/helloxx/Kconfig
+++ b/apps/examples/helloxx/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/hidkbd/Kconfig b/apps/examples/hidkbd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/hidkbd/Kconfig
+++ b/apps/examples/hidkbd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/igmp/Kconfig b/apps/examples/igmp/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/igmp/Kconfig
+++ b/apps/examples/igmp/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/lcdrw/Kconfig b/apps/examples/lcdrw/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/lcdrw/Kconfig
+++ b/apps/examples/lcdrw/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/mm/Kconfig b/apps/examples/mm/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/mm/Kconfig
+++ b/apps/examples/mm/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/mount/Kconfig b/apps/examples/mount/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/mount/Kconfig
+++ b/apps/examples/mount/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nettest/Kconfig b/apps/examples/nettest/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nettest/Kconfig
+++ b/apps/examples/nettest/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nsh/Kconfig
+++ b/apps/examples/nsh/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/null/Kconfig b/apps/examples/null/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/null/Kconfig
+++ b/apps/examples/null/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nx/Kconfig b/apps/examples/nx/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nx/Kconfig
+++ b/apps/examples/nx/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nxconsole/Kconfig b/apps/examples/nxconsole/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nxconsole/Kconfig
+++ b/apps/examples/nxconsole/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nxffs/Kconfig b/apps/examples/nxffs/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nxffs/Kconfig
+++ b/apps/examples/nxffs/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nxflat/Kconfig b/apps/examples/nxflat/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nxflat/Kconfig
+++ b/apps/examples/nxflat/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nxhello/Kconfig b/apps/examples/nxhello/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nxhello/Kconfig
+++ b/apps/examples/nxhello/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nximage/Kconfig b/apps/examples/nximage/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nximage/Kconfig
+++ b/apps/examples/nximage/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nxlines/Kconfig b/apps/examples/nxlines/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nxlines/Kconfig
+++ b/apps/examples/nxlines/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/nxtext/Kconfig
+++ b/apps/examples/nxtext/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/ostest/Kconfig b/apps/examples/ostest/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/ostest/Kconfig
+++ b/apps/examples/ostest/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/pashello/Kconfig b/apps/examples/pashello/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/pashello/Kconfig
+++ b/apps/examples/pashello/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/pipe/Kconfig b/apps/examples/pipe/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/pipe/Kconfig
+++ b/apps/examples/pipe/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/poll/Kconfig b/apps/examples/poll/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/poll/Kconfig
+++ b/apps/examples/poll/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/pwm/Kconfig b/apps/examples/pwm/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/pwm/Kconfig
+++ b/apps/examples/pwm/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/qencoder/Kconfig b/apps/examples/qencoder/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/qencoder/Kconfig
+++ b/apps/examples/qencoder/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/rgmp/Kconfig b/apps/examples/rgmp/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/rgmp/Kconfig
+++ b/apps/examples/rgmp/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/romfs/Kconfig b/apps/examples/romfs/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/romfs/Kconfig
+++ b/apps/examples/romfs/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/sendmail/Kconfig b/apps/examples/sendmail/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/sendmail/Kconfig
+++ b/apps/examples/sendmail/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/serloop/Kconfig b/apps/examples/serloop/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/serloop/Kconfig
+++ b/apps/examples/serloop/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/telnetd/Kconfig b/apps/examples/telnetd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/telnetd/Kconfig
+++ b/apps/examples/telnetd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/thttpd/Kconfig b/apps/examples/thttpd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/thttpd/Kconfig
+++ b/apps/examples/thttpd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/tiff/Kconfig b/apps/examples/tiff/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/tiff/Kconfig
+++ b/apps/examples/tiff/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/touchscreen/Kconfig b/apps/examples/touchscreen/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/touchscreen/Kconfig
+++ b/apps/examples/touchscreen/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/udp/Kconfig
+++ b/apps/examples/udp/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/uip/Kconfig b/apps/examples/uip/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/uip/Kconfig
+++ b/apps/examples/uip/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/usbserial/Kconfig b/apps/examples/usbserial/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/usbserial/Kconfig
+++ b/apps/examples/usbserial/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/usbstorage/Kconfig b/apps/examples/usbstorage/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/usbstorage/Kconfig
+++ b/apps/examples/usbstorage/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/usbterm/Kconfig b/apps/examples/usbterm/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/usbterm/Kconfig
+++ b/apps/examples/usbterm/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/wget/Kconfig b/apps/examples/wget/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/wget/Kconfig
+++ b/apps/examples/wget/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/examples/wlan/Kconfig b/apps/examples/wlan/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/examples/wlan/Kconfig
+++ b/apps/examples/wlan/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/graphics/Kconfig
+++ b/apps/graphics/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/interpreters/Kconfig b/apps/interpreters/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/interpreters/Kconfig
+++ b/apps/interpreters/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/interpreters/ficl/Kconfig b/apps/interpreters/ficl/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/interpreters/ficl/Kconfig
+++ b/apps/interpreters/ficl/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/namedapp/Kconfig b/apps/namedapp/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/namedapp/Kconfig
+++ b/apps/namedapp/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/Kconfig b/apps/netutils/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/Kconfig
+++ b/apps/netutils/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/dhcpc/Kconfig b/apps/netutils/dhcpc/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/dhcpc/Kconfig
+++ b/apps/netutils/dhcpc/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/dhcpd/Kconfig b/apps/netutils/dhcpd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/dhcpd/Kconfig
+++ b/apps/netutils/dhcpd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/ftpc/Kconfig b/apps/netutils/ftpc/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/ftpc/Kconfig
+++ b/apps/netutils/ftpc/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/ftpd/Kconfig b/apps/netutils/ftpd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/ftpd/Kconfig
+++ b/apps/netutils/ftpd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/resolv/Kconfig b/apps/netutils/resolv/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/resolv/Kconfig
+++ b/apps/netutils/resolv/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/smtp/Kconfig b/apps/netutils/smtp/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/smtp/Kconfig
+++ b/apps/netutils/smtp/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/thttpd/Kconfig b/apps/netutils/thttpd/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/thttpd/Kconfig
+++ b/apps/netutils/thttpd/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/uiplib/Kconfig b/apps/netutils/uiplib/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/uiplib/Kconfig
+++ b/apps/netutils/uiplib/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/webclient/Kconfig b/apps/netutils/webclient/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/webclient/Kconfig
+++ b/apps/netutils/webclient/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/netutils/webserver/Kconfig
+++ b/apps/netutils/webserver/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/system/free/Kconfig b/apps/system/free/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/system/free/Kconfig
+++ b/apps/system/free/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/system/i2c/Kconfig b/apps/system/i2c/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/system/i2c/Kconfig
+++ b/apps/system/i2c/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/system/install/Kconfig b/apps/system/install/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/system/install/Kconfig
+++ b/apps/system/install/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/system/readline/Kconfig b/apps/system/readline/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/system/readline/Kconfig
+++ b/apps/system/readline/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/vsn/Kconfig b/apps/vsn/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/vsn/Kconfig
+++ b/apps/vsn/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/vsn/poweroff/Kconfig b/apps/vsn/poweroff/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/vsn/poweroff/Kconfig
+++ b/apps/vsn/poweroff/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/vsn/ramtron/Kconfig b/apps/vsn/ramtron/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/vsn/ramtron/Kconfig
+++ b/apps/vsn/ramtron/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/vsn/sdcard/Kconfig b/apps/vsn/sdcard/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/vsn/sdcard/Kconfig
+++ b/apps/vsn/sdcard/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#
diff --git a/apps/vsn/sysinfo/Kconfig b/apps/vsn/sysinfo/Kconfig
index 887f91bb1..ae2bf3130 100644
--- a/apps/vsn/sysinfo/Kconfig
+++ b/apps/vsn/sysinfo/Kconfig
@@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
+# see misc/tools/kconfig-language.txt.
#