summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 19:11:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 19:11:39 +0000
commit46c08247af62902c68e524f79c6837052ccb7c8e (patch)
treef2e06e5c4de4b70824157d3ceda272b5181f9f1e /nuttx/arch/arm/Kconfig
parent2323c98f7bfe6367f48ba025d586a9d1ff22c6bc (diff)
downloadpx4-nuttx-46c08247af62902c68e524f79c6837052ccb7c8e.tar.gz
px4-nuttx-46c08247af62902c68e524f79c6837052ccb7c8e.tar.bz2
px4-nuttx-46c08247af62902c68e524f79c6837052ccb7c8e.zip
Update LPC17 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5097 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/Kconfig')
-rw-r--r--nuttx/arch/arm/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
index bc4299c2d..81bf83360 100644
--- a/nuttx/arch/arm/Kconfig
+++ b/nuttx/arch/arm/Kconfig
@@ -118,7 +118,16 @@ config ARCH_FPU
default y
depends on ARCH_CORTEXM4
---help---
- Build in support for the ARM Cortex-M4 FPU.
+ Build in support for the ARM Cortex-M4 Floating Point Unit (FPU).
+ Check your chip specifications first; not all Cortex-M4 chips support the FPU.
+
+config ARMV7M_MPU
+ bool "MPU support"
+ default n
+ depends on ARCH_CORTEXM3 || ARCH_CORTEXM4
+ ---help---
+ Build in support for the ARM Cortex-M3/4 Memory Protection Unit (MPU).
+ Check your chip specifications first; not all Cortex-M3/4 chips support the MPU.
config ARCH_FAMILY
string