summaryrefslogtreecommitdiffstats
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-06 16:33:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-06 16:33:17 +0000
commit9fee7c9e9a5035686695785ce2e7af5d3199470f (patch)
tree177d2ce30205a3019668d55bcaa5759efd55c10f /apps/examples
parent604b402a680c513fbdbee1fdc53cc20bc963761f (diff)
Adding skeleton Kconfig files (part 3 of 2)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4566 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples')
-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
47 files changed, 188 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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 0000000000..887f91bb17
--- /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.
+#