mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Adding skeleton Kconfig files (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
612d4e21d6
commit
d79a3b09f4
10 changed files with 40 additions and 0 deletions
4
arch/Kconfig
Normal file
4
arch/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/arm/Kconfig
Normal file
4
arch/arm/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/avr/Kconfig
Normal file
4
arch/avr/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/hc/Kconfig
Normal file
4
arch/hc/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/mips/Kconfig
Normal file
4
arch/mips/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/rgmp/Kconfig
Normal file
4
arch/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
arch/sh/Kconfig
Normal file
4
arch/sh/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/x86/Kconfig
Normal file
4
arch/x86/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/z16/Kconfig
Normal file
4
arch/z16/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
4
arch/z80/Kconfig
Normal file
4
arch/z80/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# For a description of the syntax of this configuration file,
|
||||||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||||||
|
#
|
Loading…
Reference in a new issue