From d79a3b09f430d2d07030aa7a967b6998f57b6b2f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 Apr 2012 15:49:35 +0000 Subject: [PATCH] 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 --- arch/Kconfig | 4 ++++ arch/arm/Kconfig | 4 ++++ arch/avr/Kconfig | 4 ++++ arch/hc/Kconfig | 4 ++++ arch/mips/Kconfig | 4 ++++ arch/rgmp/Kconfig | 4 ++++ arch/sh/Kconfig | 4 ++++ arch/x86/Kconfig | 4 ++++ arch/z16/Kconfig | 4 ++++ arch/z80/Kconfig | 4 ++++ 10 files changed, 40 insertions(+) create mode 100644 arch/Kconfig create mode 100644 arch/arm/Kconfig create mode 100644 arch/avr/Kconfig create mode 100644 arch/hc/Kconfig create mode 100644 arch/mips/Kconfig create mode 100644 arch/rgmp/Kconfig create mode 100644 arch/sh/Kconfig create mode 100644 arch/x86/Kconfig create mode 100644 arch/z16/Kconfig create mode 100644 arch/z80/Kconfig diff --git a/arch/Kconfig b/arch/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/arm/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/avr/Kconfig b/arch/avr/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/avr/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/hc/Kconfig b/arch/hc/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/hc/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/mips/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/rgmp/Kconfig b/arch/rgmp/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/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/arch/sh/Kconfig b/arch/sh/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/sh/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/x86/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/z16/Kconfig b/arch/z16/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/z16/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +# diff --git a/arch/z80/Kconfig b/arch/z80/Kconfig new file mode 100644 index 00000000000..887f91bb174 --- /dev/null +++ b/arch/z80/Kconfig @@ -0,0 +1,4 @@ +# +# For a description of the syntax of this configuration file, +# see Documentation/kbuild/kconfig-language.txt. +#