summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/poll
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 16:49:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 16:49:50 +0000
commit97a479b2f239f6719dc87e5e2b6a978a1f8f61b1 (patch)
tree97ca5df4c6a4866fcac62cf53e118cf7dbb2358c /nuttx/configs/ntosd-dm320/poll
parent33e9f0c4422c511ab5db2e9d6743c1d03c3ab38e (diff)
downloadpx4-nuttx-97a479b2f239f6719dc87e5e2b6a978a1f8f61b1.tar.gz
px4-nuttx-97a479b2f239f6719dc87e5e2b6a978a1f8f61b1.tar.bz2
px4-nuttx-97a479b2f239f6719dc87e5e2b6a978a1f8f61b1.zip
Add ARM architecture type to configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1794 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320/poll')
-rw-r--r--nuttx/configs/ntosd-dm320/poll/defconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/configs/ntosd-dm320/poll/defconfig b/nuttx/configs/ntosd-dm320/poll/defconfig
index 676071387..12c31fc7b 100644
--- a/nuttx/configs/ntosd-dm320/poll/defconfig
+++ b/nuttx/configs/ntosd-dm320/poll/defconfig
@@ -37,9 +37,11 @@
#
# CONFIG_ARCH - identifies the arch subdirectory and, hence, the
# processor architecture.
-# CONFIG_ARCH_name - for use in C code. This identifies the
-# particular chip or SoC that the architecture is implemented
+# CONFIG_ARCH_family - for use in C code. This identifies the
+# particular chip family that the architecture is implemented
# in.
+# CONFIG_ARCH_architecture - for use in C code. This identifies the
+# specific architecture within the chip familyl.
# CONFIG_ARCH_CHIP - Identifies the arch/*/chip subdirectory
# CONFIG_ARCH_CHIP_name - For use in C code
# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
@@ -58,6 +60,7 @@
#
CONFIG_ARCH=arm
CONFIG_ARCH_ARM=y
+CONFIG_ARCH_ARM7TDMI=y
CONFIG_ARCH_CHIP=dm320
CONFIG_ARCH_CHIP_DM320=y
CONFIG_ARCH_BOARD=ntosd-dm320