summaryrefslogtreecommitdiffstats
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-06 15:49:35 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-06 15:49:35 +0000
commit22d9c4a22b664bcdb8056571007cb1f0b713f78e (patch)
tree0cb27b3bd0bd73b50858943a9c8c0d8689020380 /nuttx/arch
parentb3eda793cb5bb0e05e7d061c981b534673dc18ec (diff)
Adding skeleton Kconfig files (part 1 of 2)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4564 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/Kconfig4
-rw-r--r--nuttx/arch/arm/Kconfig4
-rw-r--r--nuttx/arch/avr/Kconfig4
-rw-r--r--nuttx/arch/hc/Kconfig4
-rw-r--r--nuttx/arch/mips/Kconfig4
-rw-r--r--nuttx/arch/rgmp/Kconfig4
-rw-r--r--nuttx/arch/sh/Kconfig4
-rw-r--r--nuttx/arch/x86/Kconfig4
-rw-r--r--nuttx/arch/z16/Kconfig4
-rw-r--r--nuttx/arch/z80/Kconfig4
10 files changed, 40 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/avr/Kconfig b/nuttx/arch/avr/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/hc/Kconfig b/nuttx/arch/hc/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/mips/Kconfig b/nuttx/arch/mips/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/rgmp/Kconfig b/nuttx/arch/rgmp/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/sh/Kconfig b/nuttx/arch/sh/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/x86/Kconfig b/nuttx/arch/x86/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/z16/Kconfig b/nuttx/arch/z16/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/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/nuttx/arch/z80/Kconfig b/nuttx/arch/z80/Kconfig
new file mode 100644
index 0000000000..887f91bb17
--- /dev/null
+++ b/nuttx/arch/z80/Kconfig
@@ -0,0 +1,4 @@
+#
+# For a description of the syntax of this configuration file,
+# see Documentation/kbuild/kconfig-language.txt.
+#