summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-03 15:48:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-03 15:48:03 +0000
commitb89ce267690aacb57c3d618eab3e08ede177f7db (patch)
tree259786f74366d4cbf32d7a8903f05f99eb7c7367 /nuttx/arch
parent4dbeffdd45e8c8f21d626e498b0e6971b76132fa (diff)
downloadpx4-nuttx-b89ce267690aacb57c3d618eab3e08ede177f7db.tar.gz
px4-nuttx-b89ce267690aacb57c3d618eab3e08ede177f7db.tar.bz2
px4-nuttx-b89ce267690aacb57c3d618eab3e08ede177f7db.zip
Several small things
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5303 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
index 02a871994..9bec34ff1 100644
--- a/nuttx/arch/arm/Kconfig
+++ b/nuttx/arch/arm/Kconfig
@@ -155,6 +155,9 @@ config ARCH_CHIP
default "stm32" if ARCH_CHIP_STM32
default "str71x" if ARCH_CHIP_STR71X
+config ARCH_HAVE_CMNVECTOR
+ bool
+
config ARMV7M_CMNVECTOR
bool "Use common ARMv7-M vectors"
default n