From 3fe79ff5119d187095d4038b04a4907b3a7e3be7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 Apr 2012 16:33:17 +0000 Subject: [PATCH] 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 --- Kconfig | 4 ++++ examples/Kconfig | 4 ++++ examples/adc/Kconfig | 4 ++++ examples/buttons/Kconfig | 4 ++++ examples/can/Kconfig | 4 ++++ examples/cdcacm/Kconfig | 4 ++++ examples/dhcpd/Kconfig | 4 ++++ examples/ftpc/Kconfig | 4 ++++ examples/ftpd/Kconfig | 4 ++++ examples/hello/Kconfig | 4 ++++ examples/helloxx/Kconfig | 4 ++++ examples/hidkbd/Kconfig | 4 ++++ examples/igmp/Kconfig | 4 ++++ examples/lcdrw/Kconfig | 4 ++++ examples/mm/Kconfig | 4 ++++ examples/mount/Kconfig | 4 ++++ examples/nettest/Kconfig | 4 ++++ examples/nsh/Kconfig | 4 ++++ examples/null/Kconfig | 4 ++++ examples/nx/Kconfig | 4 ++++ examples/nxconsole/Kconfig | 4 ++++ examples/nxffs/Kconfig | 4 ++++ examples/nxflat/Kconfig | 4 ++++ examples/nxhello/Kconfig | 4 ++++ examples/nximage/Kconfig | 4 ++++ examples/nxlines/Kconfig | 4 ++++ examples/nxtext/Kconfig | 4 ++++ examples/ostest/Kconfig | 4 ++++ examples/pashello/Kconfig | 4 ++++ examples/pipe/Kconfig | 4 ++++ examples/poll/Kconfig | 4 ++++ examples/pwm/Kconfig | 4 ++++ examples/qencoder/Kconfig | 4 ++++ examples/rgmp/Kconfig | 4 ++++ examples/romfs/Kconfig | 4 ++++ examples/sendmail/Kconfig | 4 ++++ examples/serloop/Kconfig | 4 ++++ examples/telnetd/Kconfig | 4 ++++ examples/thttpd/Kconfig | 4 ++++ examples/tiff/Kconfig | 4 ++++ examples/touchscreen/Kconfig | 4 ++++ examples/udp/Kconfig | 4 ++++ examples/uip/Kconfig | 4 ++++ examples/usbserial/Kconfig | 4 ++++ examples/usbstorage/Kconfig | 4 ++++ examples/usbterm/Kconfig | 4 ++++ examples/wget/Kconfig | 4 ++++ examples/wlan/Kconfig | 4 ++++ graphics/Kconfig | 4 ++++ interpreters/Kconfig | 4 ++++ interpreters/ficl/Kconfig | 4 ++++ namedapp/Kconfig | 4 ++++ netutils/Kconfig | 4 ++++ netutils/dhcpc/Kconfig | 4 ++++ netutils/dhcpd/Kconfig | 4 ++++ netutils/ftpc/Kconfig | 4 ++++ netutils/ftpd/Kconfig | 4 ++++ netutils/resolv/Kconfig | 4 ++++ netutils/smtp/Kconfig | 4 ++++ netutils/thttpd/Kconfig | 4 ++++ netutils/uiplib/Kconfig | 4 ++++ netutils/webclient/Kconfig | 4 ++++ netutils/webserver/Kconfig | 4 ++++ nshlib/Kconfig | 4 ++++ system/Kconfig | 4 ++++ system/free/Kconfig | 4 ++++ system/i2c/Kconfig | 4 ++++ system/install/Kconfig | 4 ++++ system/readline/Kconfig | 4 ++++ vsn/Kconfig | 4 ++++ vsn/poweroff/Kconfig | 4 ++++ vsn/ramtron/Kconfig | 4 ++++ vsn/sdcard/Kconfig | 4 ++++ vsn/sysinfo/Kconfig | 4 ++++ 74 files changed, 296 insertions(+) create mode 100644 Kconfig create mode 100644 examples/Kconfig create mode 100644 examples/adc/Kconfig create mode 100644 examples/buttons/Kconfig create mode 100644 examples/can/Kconfig create mode 100644 examples/cdcacm/Kconfig create mode 100644 examples/dhcpd/Kconfig create mode 100644 examples/ftpc/Kconfig create mode 100644 examples/ftpd/Kconfig create mode 100644 examples/hello/Kconfig create mode 100644 examples/helloxx/Kconfig create mode 100644 examples/hidkbd/Kconfig create mode 100644 examples/igmp/Kconfig create mode 100644 examples/lcdrw/Kconfig create mode 100644 examples/mm/Kconfig create mode 100644 examples/mount/Kconfig create mode 100644 examples/nettest/Kconfig create mode 100644 examples/nsh/Kconfig create mode 100644 examples/null/Kconfig create mode 100644 examples/nx/Kconfig create mode 100644 examples/nxconsole/Kconfig create mode 100644 examples/nxffs/Kconfig create mode 100644 examples/nxflat/Kconfig create mode 100644 examples/nxhello/Kconfig create mode 100644 examples/nximage/Kconfig create mode 100644 examples/nxlines/Kconfig create mode 100644 examples/nxtext/Kconfig create mode 100644 examples/ostest/Kconfig create mode 100644 examples/pashello/Kconfig create mode 100644 examples/pipe/Kconfig create mode 100644 examples/poll/Kconfig create mode 100644 examples/pwm/Kconfig create mode 100644 examples/qencoder/Kconfig create mode 100644 examples/rgmp/Kconfig create mode 100644 examples/romfs/Kconfig create mode 100644 examples/sendmail/Kconfig create mode 100644 examples/serloop/Kconfig create mode 100644 examples/telnetd/Kconfig create mode 100644 examples/thttpd/Kconfig create mode 100644 examples/tiff/Kconfig create mode 100644 examples/touchscreen/Kconfig create mode 100644 examples/udp/Kconfig create mode 100644 examples/uip/Kconfig create mode 100644 examples/usbserial/Kconfig create mode 100644 examples/usbstorage/Kconfig create mode 100644 examples/usbterm/Kconfig create mode 100644 examples/wget/Kconfig create mode 100644 examples/wlan/Kconfig create mode 100644 graphics/Kconfig create mode 100644 interpreters/Kconfig create mode 100644 interpreters/ficl/Kconfig create mode 100644 namedapp/Kconfig create mode 100644 netutils/Kconfig create mode 100644 netutils/dhcpc/Kconfig create mode 100644 netutils/dhcpd/Kconfig create mode 100644 netutils/ftpc/Kconfig create mode 100644 netutils/ftpd/Kconfig create mode 100644 netutils/resolv/Kconfig create mode 100644 netutils/smtp/Kconfig create mode 100644 netutils/thttpd/Kconfig create mode 100644 netutils/uiplib/Kconfig create mode 100644 netutils/webclient/Kconfig create mode 100644 netutils/webserver/Kconfig create mode 100644 nshlib/Kconfig create mode 100644 system/Kconfig create mode 100644 system/free/Kconfig create mode 100644 system/i2c/Kconfig create mode 100644 system/install/Kconfig create mode 100644 system/readline/Kconfig create mode 100644 vsn/Kconfig create mode 100644 vsn/poweroff/Kconfig create mode 100644 vsn/ramtron/Kconfig create mode 100644 vsn/sdcard/Kconfig create mode 100644 vsn/sysinfo/Kconfig diff --git a/Kconfig b/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/examples/Kconfig b/examples/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/adc/Kconfig b/examples/adc/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/buttons/Kconfig b/examples/buttons/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/can/Kconfig b/examples/can/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/cdcacm/Kconfig b/examples/cdcacm/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/dhcpd/Kconfig b/examples/dhcpd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/ftpc/Kconfig b/examples/ftpc/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/ftpd/Kconfig b/examples/ftpd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/hello/Kconfig b/examples/hello/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/helloxx/Kconfig b/examples/helloxx/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/hidkbd/Kconfig b/examples/hidkbd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/igmp/Kconfig b/examples/igmp/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/lcdrw/Kconfig b/examples/lcdrw/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/mm/Kconfig b/examples/mm/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/mount/Kconfig b/examples/mount/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nettest/Kconfig b/examples/nettest/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nsh/Kconfig b/examples/nsh/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/null/Kconfig b/examples/null/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nx/Kconfig b/examples/nx/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nxconsole/Kconfig b/examples/nxconsole/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nxffs/Kconfig b/examples/nxffs/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nxflat/Kconfig b/examples/nxflat/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nxhello/Kconfig b/examples/nxhello/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nximage/Kconfig b/examples/nximage/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nxlines/Kconfig b/examples/nxlines/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/nxtext/Kconfig b/examples/nxtext/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/ostest/Kconfig b/examples/ostest/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/pashello/Kconfig b/examples/pashello/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/pipe/Kconfig b/examples/pipe/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/poll/Kconfig b/examples/poll/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/pwm/Kconfig b/examples/pwm/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/qencoder/Kconfig b/examples/qencoder/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/rgmp/Kconfig b/examples/rgmp/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/romfs/Kconfig b/examples/romfs/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/sendmail/Kconfig b/examples/sendmail/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/serloop/Kconfig b/examples/serloop/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/telnetd/Kconfig b/examples/telnetd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/thttpd/Kconfig b/examples/thttpd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/tiff/Kconfig b/examples/tiff/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/touchscreen/Kconfig b/examples/touchscreen/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/udp/Kconfig b/examples/udp/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/uip/Kconfig b/examples/uip/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/usbserial/Kconfig b/examples/usbserial/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/usbstorage/Kconfig b/examples/usbstorage/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/usbterm/Kconfig b/examples/usbterm/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/wget/Kconfig b/examples/wget/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/examples/wlan/Kconfig b/examples/wlan/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/graphics/Kconfig b/graphics/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/interpreters/Kconfig b/interpreters/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/interpreters/ficl/Kconfig b/interpreters/ficl/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/namedapp/Kconfig b/namedapp/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/Kconfig b/netutils/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/dhcpc/Kconfig b/netutils/dhcpc/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/dhcpd/Kconfig b/netutils/dhcpd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/ftpc/Kconfig b/netutils/ftpc/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/ftpd/Kconfig b/netutils/ftpd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/resolv/Kconfig b/netutils/resolv/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/smtp/Kconfig b/netutils/smtp/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/thttpd/Kconfig b/netutils/thttpd/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/uiplib/Kconfig b/netutils/uiplib/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/webclient/Kconfig b/netutils/webclient/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/netutils/webserver/Kconfig b/netutils/webserver/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/nshlib/Kconfig b/nshlib/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/system/Kconfig b/system/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/system/free/Kconfig b/system/free/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/system/i2c/Kconfig b/system/i2c/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/system/install/Kconfig b/system/install/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/system/readline/Kconfig b/system/readline/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/vsn/Kconfig b/vsn/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/vsn/poweroff/Kconfig b/vsn/poweroff/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/vsn/ramtron/Kconfig b/vsn/ramtron/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/vsn/sdcard/Kconfig b/vsn/sdcard/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/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/vsn/sysinfo/Kconfig b/vsn/sysinfo/Kconfig new file mode 100644 index 000000000..887f91bb1 --- /dev/null +++ b/vsn/sysinfo/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +#