From 5c29bff3aecd7f807c5e5e4bcc7b86a99cad44db Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 Apr 2012 16:45:52 +0000 Subject: Add kconfig documentation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/Kconfig | 2 +- apps/examples/adc/Kconfig | 2 +- apps/examples/buttons/Kconfig | 2 +- apps/examples/can/Kconfig | 2 +- apps/examples/cdcacm/Kconfig | 2 +- apps/examples/dhcpd/Kconfig | 2 +- apps/examples/ftpc/Kconfig | 2 +- apps/examples/ftpd/Kconfig | 2 +- apps/examples/hello/Kconfig | 2 +- apps/examples/helloxx/Kconfig | 2 +- apps/examples/hidkbd/Kconfig | 2 +- apps/examples/igmp/Kconfig | 2 +- apps/examples/lcdrw/Kconfig | 2 +- apps/examples/mm/Kconfig | 2 +- apps/examples/mount/Kconfig | 2 +- apps/examples/nettest/Kconfig | 2 +- apps/examples/nsh/Kconfig | 2 +- apps/examples/null/Kconfig | 2 +- apps/examples/nx/Kconfig | 2 +- apps/examples/nxconsole/Kconfig | 2 +- apps/examples/nxffs/Kconfig | 2 +- apps/examples/nxflat/Kconfig | 2 +- apps/examples/nxhello/Kconfig | 2 +- apps/examples/nximage/Kconfig | 2 +- apps/examples/nxlines/Kconfig | 2 +- apps/examples/nxtext/Kconfig | 2 +- apps/examples/ostest/Kconfig | 2 +- apps/examples/pashello/Kconfig | 2 +- apps/examples/pipe/Kconfig | 2 +- apps/examples/poll/Kconfig | 2 +- apps/examples/pwm/Kconfig | 2 +- apps/examples/qencoder/Kconfig | 2 +- apps/examples/rgmp/Kconfig | 2 +- apps/examples/romfs/Kconfig | 2 +- apps/examples/sendmail/Kconfig | 2 +- apps/examples/serloop/Kconfig | 2 +- apps/examples/telnetd/Kconfig | 2 +- apps/examples/thttpd/Kconfig | 2 +- apps/examples/tiff/Kconfig | 2 +- apps/examples/touchscreen/Kconfig | 2 +- apps/examples/udp/Kconfig | 2 +- apps/examples/uip/Kconfig | 2 +- apps/examples/usbserial/Kconfig | 2 +- apps/examples/usbstorage/Kconfig | 2 +- apps/examples/usbterm/Kconfig | 2 +- apps/examples/wget/Kconfig | 2 +- apps/examples/wlan/Kconfig | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) (limited to 'apps/examples') 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. # -- cgit v1.2.3