From 162473f4c3bca877bf37f5e30c28f3aa643f5eff Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 Apr 2012 15:58:25 +0000 Subject: [PATCH] Adding skeleton Kconfig files (part 2 of 2) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4565 42af7a65-404d-4744-a932-0658087f49c3 --- configs/Kconfig | 4 ++++ configs/amber/Kconfig | 4 ++++ configs/avr32dev1/Kconfig | 4 ++++ configs/c5471evm/Kconfig | 4 ++++ configs/compal_e88/Kconfig | 4 ++++ configs/compal_e99/Kconfig | 4 ++++ configs/demo9s12ne64/Kconfig | 4 ++++ configs/ea3131/Kconfig | 4 ++++ configs/ea3152/Kconfig | 4 ++++ configs/eagle100/Kconfig | 4 ++++ configs/ez80f910200kitg/Kconfig | 4 ++++ configs/ez80f910200zco/Kconfig | 4 ++++ configs/hymini-stm32v/Kconfig | 4 ++++ configs/kwikstik-k40/Kconfig | 4 ++++ configs/lm3s6432-s2e/Kconfig | 4 ++++ configs/lm3s6965-ek/Kconfig | 4 ++++ configs/lm3s8962-ek/Kconfig | 4 ++++ configs/lpcxpresso-lpc1768/Kconfig | 4 ++++ configs/m68332evb/Kconfig | 4 ++++ configs/mbed/Kconfig | 4 ++++ configs/mcu123-lpc214x/Kconfig | 4 ++++ configs/micropendous3/Kconfig | 4 ++++ configs/mx1ads/Kconfig | 4 ++++ configs/ne64badge/Kconfig | 4 ++++ configs/ntosd-dm320/Kconfig | 4 ++++ configs/nucleus2g/Kconfig | 4 ++++ configs/olimex-lpc1766stk/Kconfig | 4 ++++ configs/olimex-lpc2378/Kconfig | 4 ++++ configs/olimex-strp711/Kconfig | 4 ++++ configs/pcblogic-pic32mx/Kconfig | 4 ++++ configs/pic32-starterkit/Kconfig | 4 ++++ configs/pjrc-8051/Kconfig | 4 ++++ configs/qemu-i486/Kconfig | 4 ++++ configs/rgmp/Kconfig | 4 ++++ configs/sam3u-ek/Kconfig | 4 ++++ configs/sim/Kconfig | 4 ++++ configs/skp16c26/Kconfig | 4 ++++ configs/stm3210e-eval/Kconfig | 4 ++++ configs/stm3220g-eval/Kconfig | 4 ++++ configs/stm3240g-eval/Kconfig | 4 ++++ configs/stm32f4discovery/Kconfig | 4 ++++ configs/sure-pic32mx/Kconfig | 4 ++++ configs/teensy/Kconfig | 4 ++++ configs/twr-k60n512/Kconfig | 4 ++++ configs/us7032evb1/Kconfig | 4 ++++ configs/vsn/Kconfig | 4 ++++ configs/xtrs/Kconfig | 4 ++++ configs/z16f2800100zcog/Kconfig | 4 ++++ configs/z80sim/Kconfig | 4 ++++ configs/z8encore000zco/Kconfig | 4 ++++ configs/z8f64200100kit/Kconfig | 4 ++++ 51 files changed, 204 insertions(+) create mode 100644 configs/Kconfig create mode 100644 configs/amber/Kconfig create mode 100644 configs/avr32dev1/Kconfig create mode 100644 configs/c5471evm/Kconfig create mode 100644 configs/compal_e88/Kconfig create mode 100644 configs/compal_e99/Kconfig create mode 100644 configs/demo9s12ne64/Kconfig create mode 100644 configs/ea3131/Kconfig create mode 100644 configs/ea3152/Kconfig create mode 100644 configs/eagle100/Kconfig create mode 100644 configs/ez80f910200kitg/Kconfig create mode 100644 configs/ez80f910200zco/Kconfig create mode 100644 configs/hymini-stm32v/Kconfig create mode 100644 configs/kwikstik-k40/Kconfig create mode 100644 configs/lm3s6432-s2e/Kconfig create mode 100644 configs/lm3s6965-ek/Kconfig create mode 100644 configs/lm3s8962-ek/Kconfig create mode 100644 configs/lpcxpresso-lpc1768/Kconfig create mode 100644 configs/m68332evb/Kconfig create mode 100644 configs/mbed/Kconfig create mode 100644 configs/mcu123-lpc214x/Kconfig create mode 100644 configs/micropendous3/Kconfig create mode 100644 configs/mx1ads/Kconfig create mode 100644 configs/ne64badge/Kconfig create mode 100644 configs/ntosd-dm320/Kconfig create mode 100644 configs/nucleus2g/Kconfig create mode 100644 configs/olimex-lpc1766stk/Kconfig create mode 100644 configs/olimex-lpc2378/Kconfig create mode 100644 configs/olimex-strp711/Kconfig create mode 100644 configs/pcblogic-pic32mx/Kconfig create mode 100644 configs/pic32-starterkit/Kconfig create mode 100644 configs/pjrc-8051/Kconfig create mode 100644 configs/qemu-i486/Kconfig create mode 100644 configs/rgmp/Kconfig create mode 100644 configs/sam3u-ek/Kconfig create mode 100644 configs/sim/Kconfig create mode 100644 configs/skp16c26/Kconfig create mode 100644 configs/stm3210e-eval/Kconfig create mode 100644 configs/stm3220g-eval/Kconfig create mode 100644 configs/stm3240g-eval/Kconfig create mode 100644 configs/stm32f4discovery/Kconfig create mode 100644 configs/sure-pic32mx/Kconfig create mode 100644 configs/teensy/Kconfig create mode 100644 configs/twr-k60n512/Kconfig create mode 100644 configs/us7032evb1/Kconfig create mode 100644 configs/vsn/Kconfig create mode 100644 configs/xtrs/Kconfig create mode 100644 configs/z16f2800100zcog/Kconfig create mode 100644 configs/z80sim/Kconfig create mode 100644 configs/z8encore000zco/Kconfig create mode 100644 configs/z8f64200100kit/Kconfig diff --git a/configs/Kconfig b/configs/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/amber/Kconfig b/configs/amber/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/amber/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/avr32dev1/Kconfig b/configs/avr32dev1/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/avr32dev1/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/c5471evm/Kconfig b/configs/c5471evm/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/c5471evm/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/compal_e88/Kconfig b/configs/compal_e88/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/compal_e88/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/compal_e99/Kconfig b/configs/compal_e99/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/compal_e99/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/demo9s12ne64/Kconfig b/configs/demo9s12ne64/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/demo9s12ne64/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/ea3131/Kconfig b/configs/ea3131/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/ea3131/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/ea3152/Kconfig b/configs/ea3152/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/ea3152/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/eagle100/Kconfig b/configs/eagle100/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/eagle100/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/ez80f910200kitg/Kconfig b/configs/ez80f910200kitg/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/ez80f910200kitg/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/ez80f910200zco/Kconfig b/configs/ez80f910200zco/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/ez80f910200zco/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/hymini-stm32v/Kconfig b/configs/hymini-stm32v/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/hymini-stm32v/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/kwikstik-k40/Kconfig b/configs/kwikstik-k40/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/kwikstik-k40/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/lm3s6432-s2e/Kconfig b/configs/lm3s6432-s2e/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/lm3s6432-s2e/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/lm3s6965-ek/Kconfig b/configs/lm3s6965-ek/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/lm3s6965-ek/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/lm3s8962-ek/Kconfig b/configs/lm3s8962-ek/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/lm3s8962-ek/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/lpcxpresso-lpc1768/Kconfig b/configs/lpcxpresso-lpc1768/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/lpcxpresso-lpc1768/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/m68332evb/Kconfig b/configs/m68332evb/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/m68332evb/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/mbed/Kconfig b/configs/mbed/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/mbed/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/mcu123-lpc214x/Kconfig b/configs/mcu123-lpc214x/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/mcu123-lpc214x/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/micropendous3/Kconfig b/configs/micropendous3/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/micropendous3/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/mx1ads/Kconfig b/configs/mx1ads/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/mx1ads/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/ne64badge/Kconfig b/configs/ne64badge/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/ne64badge/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/ntosd-dm320/Kconfig b/configs/ntosd-dm320/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/ntosd-dm320/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/nucleus2g/Kconfig b/configs/nucleus2g/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/nucleus2g/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/olimex-lpc1766stk/Kconfig b/configs/olimex-lpc1766stk/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/olimex-lpc1766stk/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/olimex-lpc2378/Kconfig b/configs/olimex-lpc2378/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/olimex-lpc2378/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/olimex-strp711/Kconfig b/configs/olimex-strp711/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/olimex-strp711/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/pcblogic-pic32mx/Kconfig b/configs/pcblogic-pic32mx/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/pcblogic-pic32mx/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/pic32-starterkit/Kconfig b/configs/pic32-starterkit/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/pic32-starterkit/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/pjrc-8051/Kconfig b/configs/pjrc-8051/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/pjrc-8051/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/qemu-i486/Kconfig b/configs/qemu-i486/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/qemu-i486/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/rgmp/Kconfig b/configs/rgmp/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/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/configs/sam3u-ek/Kconfig b/configs/sam3u-ek/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/sam3u-ek/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/sim/Kconfig b/configs/sim/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/sim/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/skp16c26/Kconfig b/configs/skp16c26/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/skp16c26/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/stm3210e-eval/Kconfig b/configs/stm3210e-eval/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/stm3210e-eval/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/stm3220g-eval/Kconfig b/configs/stm3220g-eval/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/stm3220g-eval/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/stm3240g-eval/Kconfig b/configs/stm3240g-eval/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/stm3240g-eval/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/stm32f4discovery/Kconfig b/configs/stm32f4discovery/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/stm32f4discovery/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/sure-pic32mx/Kconfig b/configs/sure-pic32mx/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/sure-pic32mx/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/teensy/Kconfig b/configs/teensy/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/teensy/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/twr-k60n512/Kconfig b/configs/twr-k60n512/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/twr-k60n512/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/us7032evb1/Kconfig b/configs/us7032evb1/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/us7032evb1/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/vsn/Kconfig b/configs/vsn/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/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/configs/xtrs/Kconfig b/configs/xtrs/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/xtrs/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/z16f2800100zcog/Kconfig b/configs/z16f2800100zcog/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/z16f2800100zcog/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/z80sim/Kconfig b/configs/z80sim/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/z80sim/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/z8encore000zco/Kconfig b/configs/z8encore000zco/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/z8encore000zco/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/configs/z8f64200100kit/Kconfig b/configs/z8f64200100kit/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/configs/z8f64200100kit/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +#