summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-06 16:33:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-06 16:33:17 +0000
commita0cf700991fad1ffea2859220327c24665e34c39 (patch)
tree177d2ce30205a3019668d55bcaa5759efd55c10f
parente5eeb03d840dc75b5141bf39d838f548b9088b62 (diff)
downloadnuttx-a0cf700991fad1ffea2859220327c24665e34c39.tar.gz
nuttx-a0cf700991fad1ffea2859220327c24665e34c39.tar.bz2
nuttx-a0cf700991fad1ffea2859220327c24665e34c39.zip
Adding skeleton Kconfig files (part 3 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--apps/Kconfig4
-rw-r--r--apps/examples/Kconfig4
-rw-r--r--apps/examples/adc/Kconfig4
-rw-r--r--apps/examples/buttons/Kconfig4
-rw-r--r--apps/examples/can/Kconfig4
-rw-r--r--apps/examples/cdcacm/Kconfig4
-rw-r--r--apps/examples/dhcpd/Kconfig4
-rw-r--r--apps/examples/ftpc/Kconfig4
-rw-r--r--apps/examples/ftpd/Kconfig4
-rw-r--r--apps/examples/hello/Kconfig4
-rw-r--r--apps/examples/helloxx/Kconfig4
-rw-r--r--apps/examples/hidkbd/Kconfig4
-rw-r--r--apps/examples/igmp/Kconfig4
-rw-r--r--apps/examples/lcdrw/Kconfig4
-rw-r--r--apps/examples/mm/Kconfig4
-rw-r--r--apps/examples/mount/Kconfig4
-rw-r--r--apps/examples/nettest/Kconfig4
-rw-r--r--apps/examples/nsh/Kconfig4
-rw-r--r--apps/examples/null/Kconfig4
-rw-r--r--apps/examples/nx/Kconfig4
-rw-r--r--apps/examples/nxconsole/Kconfig4
-rw-r--r--apps/examples/nxffs/Kconfig4
-rw-r--r--apps/examples/nxflat/Kconfig4
-rw-r--r--apps/examples/nxhello/Kconfig4
-rw-r--r--apps/examples/nximage/Kconfig4
-rw-r--r--apps/examples/nxlines/Kconfig4
-rw-r--r--apps/examples/nxtext/Kconfig4
-rw-r--r--apps/examples/ostest/Kconfig4
-rw-r--r--apps/examples/pashello/Kconfig4
-rw-r--r--apps/examples/pipe/Kconfig4
-rw-r--r--apps/examples/poll/Kconfig4
-rw-r--r--apps/examples/pwm/Kconfig4
-rw-r--r--apps/examples/qencoder/Kconfig4
-rw-r--r--apps/examples/rgmp/Kconfig4
-rw-r--r--apps/examples/romfs/Kconfig4
-rw-r--r--apps/examples/sendmail/Kconfig4
-rw-r--r--apps/examples/serloop/Kconfig4
-rw-r--r--apps/examples/telnetd/Kconfig4
-rw-r--r--apps/examples/thttpd/Kconfig4
-rw-r--r--apps/examples/tiff/Kconfig4
-rw-r--r--apps/examples/touchscreen/Kconfig4
-rw-r--r--apps/examples/udp/Kconfig4
-rw-r--r--apps/examples/uip/Kconfig4
-rw-r--r--apps/examples/usbserial/Kconfig4
-rw-r--r--apps/examples/usbstorage/Kconfig4
-rw-r--r--apps/examples/usbterm/Kconfig4
-rw-r--r--apps/examples/wget/Kconfig4
-rw-r--r--apps/examples/wlan/Kconfig4
-rw-r--r--apps/graphics/Kconfig4
-rw-r--r--apps/interpreters/Kconfig4
-rw-r--r--apps/interpreters/ficl/Kconfig4
-rw-r--r--apps/namedapp/Kconfig4
-rw-r--r--apps/netutils/Kconfig4
-rw-r--r--apps/netutils/dhcpc/Kconfig4
-rw-r--r--apps/netutils/dhcpd/Kconfig4
-rw-r--r--apps/netutils/ftpc/Kconfig4
-rw-r--r--apps/netutils/ftpd/Kconfig4
-rw-r--r--apps/netutils/resolv/Kconfig4
-rw-r--r--apps/netutils/smtp/Kconfig4
-rw-r--r--apps/netutils/thttpd/Kconfig4
-rw-r--r--apps/netutils/uiplib/Kconfig4
-rw-r--r--apps/netutils/webclient/Kconfig4
-rw-r--r--apps/netutils/webserver/Kconfig4
-rw-r--r--apps/nshlib/Kconfig4
-rw-r--r--apps/system/Kconfig4
-rw-r--r--apps/system/free/Kconfig4
-rw-r--r--apps/system/i2c/Kconfig4
-rw-r--r--apps/system/install/Kconfig4
-rw-r--r--apps/system/readline/Kconfig4
-rw-r--r--apps/vsn/Kconfig4
-rw-r--r--apps/vsn/poweroff/Kconfig4
-rw-r--r--apps/vsn/ramtron/Kconfig4
-rw-r--r--apps/vsn/sdcard/Kconfig4
-rw-r--r--apps/vsn/sysinfo/Kconfig4
74 files changed, 296 insertions, 0 deletions
diff --git a/apps/Kconfig b/apps/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/adc/Kconfig b/apps/examples/adc/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/adc/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/buttons/Kconfig b/apps/examples/buttons/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/buttons/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/can/Kconfig b/apps/examples/can/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/can/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/cdcacm/Kconfig b/apps/examples/cdcacm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/cdcacm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/dhcpd/Kconfig b/apps/examples/dhcpd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/dhcpd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/ftpc/Kconfig b/apps/examples/ftpc/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/ftpc/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/ftpd/Kconfig b/apps/examples/ftpd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/ftpd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/hello/Kconfig b/apps/examples/hello/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/hello/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/helloxx/Kconfig b/apps/examples/helloxx/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/helloxx/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/hidkbd/Kconfig b/apps/examples/hidkbd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/hidkbd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/igmp/Kconfig b/apps/examples/igmp/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/igmp/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/lcdrw/Kconfig b/apps/examples/lcdrw/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/lcdrw/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/mm/Kconfig b/apps/examples/mm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/mm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/mount/Kconfig b/apps/examples/mount/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/mount/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nettest/Kconfig b/apps/examples/nettest/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nettest/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nsh/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/null/Kconfig b/apps/examples/null/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/null/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nx/Kconfig b/apps/examples/nx/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nx/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nxconsole/Kconfig b/apps/examples/nxconsole/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nxconsole/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nxffs/Kconfig b/apps/examples/nxffs/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nxffs/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nxflat/Kconfig b/apps/examples/nxflat/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nxflat/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nxhello/Kconfig b/apps/examples/nxhello/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nxhello/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nximage/Kconfig b/apps/examples/nximage/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nximage/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nxlines/Kconfig b/apps/examples/nxlines/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nxlines/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/nxtext/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/ostest/Kconfig b/apps/examples/ostest/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/ostest/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/pashello/Kconfig b/apps/examples/pashello/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/pashello/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/pipe/Kconfig b/apps/examples/pipe/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/pipe/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/poll/Kconfig b/apps/examples/poll/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/poll/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/pwm/Kconfig b/apps/examples/pwm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/pwm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/qencoder/Kconfig b/apps/examples/qencoder/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/qencoder/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/rgmp/Kconfig b/apps/examples/rgmp/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/rgmp/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/romfs/Kconfig b/apps/examples/romfs/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/romfs/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/sendmail/Kconfig b/apps/examples/sendmail/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/sendmail/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/serloop/Kconfig b/apps/examples/serloop/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/serloop/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/telnetd/Kconfig b/apps/examples/telnetd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/telnetd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/thttpd/Kconfig b/apps/examples/thttpd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/thttpd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/tiff/Kconfig b/apps/examples/tiff/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/tiff/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/touchscreen/Kconfig b/apps/examples/touchscreen/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/touchscreen/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/udp/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/uip/Kconfig b/apps/examples/uip/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/uip/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/usbserial/Kconfig b/apps/examples/usbserial/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/usbserial/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/usbstorage/Kconfig b/apps/examples/usbstorage/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/usbstorage/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/usbterm/Kconfig b/apps/examples/usbterm/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/usbterm/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/wget/Kconfig b/apps/examples/wget/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/wget/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/examples/wlan/Kconfig b/apps/examples/wlan/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/examples/wlan/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/graphics/Kconfig b/apps/graphics/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/graphics/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/interpreters/Kconfig b/apps/interpreters/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/interpreters/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/interpreters/ficl/Kconfig b/apps/interpreters/ficl/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/interpreters/ficl/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/namedapp/Kconfig b/apps/namedapp/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/namedapp/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/Kconfig b/apps/netutils/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/dhcpc/Kconfig b/apps/netutils/dhcpc/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/dhcpc/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/dhcpd/Kconfig b/apps/netutils/dhcpd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/dhcpd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/ftpc/Kconfig b/apps/netutils/ftpc/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/ftpc/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/ftpd/Kconfig b/apps/netutils/ftpd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/ftpd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/resolv/Kconfig b/apps/netutils/resolv/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/resolv/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/smtp/Kconfig b/apps/netutils/smtp/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/smtp/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/thttpd/Kconfig b/apps/netutils/thttpd/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/thttpd/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/uiplib/Kconfig b/apps/netutils/uiplib/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/uiplib/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/webclient/Kconfig b/apps/netutils/webclient/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/webclient/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/netutils/webserver/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/nshlib/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/system/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/system/free/Kconfig b/apps/system/free/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/system/free/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/system/i2c/Kconfig b/apps/system/i2c/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/system/i2c/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/system/install/Kconfig b/apps/system/install/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/system/install/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/system/readline/Kconfig b/apps/system/readline/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/system/readline/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/vsn/Kconfig b/apps/vsn/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/vsn/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/vsn/poweroff/Kconfig b/apps/vsn/poweroff/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/vsn/poweroff/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/vsn/ramtron/Kconfig b/apps/vsn/ramtron/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/vsn/ramtron/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/vsn/sdcard/Kconfig b/apps/vsn/sdcard/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/vsn/sdcard/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#
diff --git a/apps/vsn/sysinfo/Kconfig b/apps/vsn/sysinfo/Kconfig
new file mode 100644
index 000000000..887f91bb1
--- /dev/null
+++ b/apps/vsn/sysinfo/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#