summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 19:31:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-10 19:31:10 +0000
commitf6fffbd5b0a83bd161e8f6417a4d034f72268217 (patch)
tree740704dda0a94e8f63547b1f23da5d8f1e91f6f5 /nuttx/arch/arm/Kconfig
parent8e0c015c2120bf7d76a0c41d1160a745c3565a50 (diff)
downloadpx4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.tar.gz
px4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.tar.bz2
px4-nuttx-f6fffbd5b0a83bd161e8f6417a4d034f72268217.zip
AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration converted to use kconfig-frontends tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/Kconfig')
-rw-r--r--nuttx/arch/arm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/Kconfig b/nuttx/arch/arm/Kconfig
index 72526654b..683e23f36 100644
--- a/nuttx/arch/arm/Kconfig
+++ b/nuttx/arch/arm/Kconfig
@@ -104,11 +104,11 @@ config ARCH_CHIP_NUC1XX
NPX LPC43XX architectures (ARM Cortex-M4).
config ARCH_CHIP_SAM3U
- bool "Atmel AT91SAM3U"
+ bool "Atmel AT91SAM3"
select ARCH_CORTEXM3
select ARCH_HAVE_MPU
---help---
- Atmel AT91SAM3U architectures (ARM Cortex-M3)
+ Atmel AT91SAM3 architectures (ARM Cortex-M3)
config ARCH_CHIP_STM32
bool "STMicro STM32"