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
This commit is contained in:
patacongo 2012-04-06 16:33:17 +00:00
parent bd5fd05965
commit 3fe79ff511
74 changed files with 296 additions and 0 deletions
Kconfig
examples
Kconfig
adc
buttons
can
cdcacm
dhcpd
ftpc
ftpd
hello
helloxx
hidkbd
igmp
lcdrw
mm
mount
nettest
nsh
null
nx
nxconsole
nxffs
nxflat
nxhello
nximage
nxlines
nxtext
ostest
pashello
pipe
poll
pwm
qencoder
rgmp
romfs
sendmail
serloop
telnetd
thttpd
tiff
touchscreen
udp
uip
usbserial
usbstorage
usbterm
wget
wlan
graphics
interpreters
namedapp
netutils
Kconfig
dhcpc
dhcpd
ftpc
ftpd
resolv
smtp
thttpd
uiplib
webclient
webserver
nshlib
system
vsn
Kconfig
poweroff
ramtron
sdcard
sysinfo

4
Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/adc/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/buttons/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/can/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/cdcacm/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/dhcpd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/ftpc/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/ftpd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/hello/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/helloxx/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/hidkbd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/igmp/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/lcdrw/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/mm/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/mount/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nettest/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nsh/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/null/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nx/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nxffs/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nxflat/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nxhello/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nximage/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nxlines/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/nxtext/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/ostest/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/pipe/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/poll/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/pwm/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/rgmp/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/romfs/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/serloop/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/telnetd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/thttpd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/tiff/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/udp/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/uip/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/usbterm/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/wget/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
examples/wlan/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
graphics/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
interpreters/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
namedapp/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/dhcpc/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/dhcpd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/ftpc/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/ftpd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/resolv/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/smtp/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/thttpd/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
netutils/uiplib/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
nshlib/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
system/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
system/free/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
system/i2c/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
system/install/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
system/readline/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
vsn/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
vsn/poweroff/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
vsn/ramtron/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
vsn/sdcard/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

4
vsn/sysinfo/Kconfig Normal file

@ -0,0 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#