summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 00:24:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 00:24:19 +0000
commit981a4d7fb34f82ba698d537f1bb50af81acf468e (patch)
tree05828027e4154fdec73da3f6cbe998a1910f4a88 /nuttx/arch/avr/src
parent285afeb744b1f37187c2390e61ef598d7dcec3b4 (diff)
downloadpx4-nuttx-981a4d7fb34f82ba698d537f1bb50af81acf468e.tar.gz
px4-nuttx-981a4d7fb34f82ba698d537f1bb50af81acf468e.tar.bz2
px4-nuttx-981a4d7fb34f82ba698d537f1bb50af81acf468e.zip
More Kconfig stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4623 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr/src')
-rw-r--r--nuttx/arch/avr/src/at32uc3/Kconfig7
-rw-r--r--nuttx/arch/avr/src/at90usb/Kconfig7
-rw-r--r--nuttx/arch/avr/src/atmega/Kconfig8
-rw-r--r--nuttx/arch/avr/src/avr/Kconfig7
-rw-r--r--nuttx/arch/avr/src/avr32/Kconfig7
-rw-r--r--nuttx/arch/avr/src/common/Kconfig7
6 files changed, 43 insertions, 0 deletions
diff --git a/nuttx/arch/avr/src/at32uc3/Kconfig b/nuttx/arch/avr/src/at32uc3/Kconfig
new file mode 100644
index 000000000..4c3bd28c6
--- /dev/null
+++ b/nuttx/arch/avr/src/at32uc3/Kconfig
@@ -0,0 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_AT32UC3
+endif
diff --git a/nuttx/arch/avr/src/at90usb/Kconfig b/nuttx/arch/avr/src/at90usb/Kconfig
new file mode 100644
index 000000000..78cd6d059
--- /dev/null
+++ b/nuttx/arch/avr/src/at90usb/Kconfig
@@ -0,0 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_AT90USB
+endif
diff --git a/nuttx/arch/avr/src/atmega/Kconfig b/nuttx/arch/avr/src/atmega/Kconfig
new file mode 100644
index 000000000..f0004d7fe
--- /dev/null
+++ b/nuttx/arch/avr/src/atmega/Kconfig
@@ -0,0 +1,8 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_ATMEGA
+endif
+
diff --git a/nuttx/arch/avr/src/avr/Kconfig b/nuttx/arch/avr/src/avr/Kconfig
new file mode 100644
index 000000000..1b21ce810
--- /dev/null
+++ b/nuttx/arch/avr/src/avr/Kconfig
@@ -0,0 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_FAMILY_AVR
+endif
diff --git a/nuttx/arch/avr/src/avr32/Kconfig b/nuttx/arch/avr/src/avr32/Kconfig
new file mode 100644
index 000000000..ca1fcd2bf
--- /dev/null
+++ b/nuttx/arch/avr/src/avr32/Kconfig
@@ -0,0 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_FAMILY_AVR32
+endif
diff --git a/nuttx/arch/avr/src/common/Kconfig b/nuttx/arch/avr/src/common/Kconfig
new file mode 100644
index 000000000..7966a39c5
--- /dev/null
+++ b/nuttx/arch/avr/src/common/Kconfig
@@ -0,0 +1,7 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_AVR
+endif