aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Wilks <sjwilks@gmail.com>2013-01-22 22:16:41 +0100
committerSimon Wilks <sjwilks@gmail.com>2013-01-22 22:16:41 +0100
commit8ba3fbd0a3fd98f1db9ffbacccdc405fd29426e0 (patch)
tree3c2280c303cb042df381bfebb752081cc129ebb2 /nuttx/arch/Kconfig
parentecd01dc2e88a60d71ad87968cd07234a32bf7d8d (diff)
parentcc74874d7ed2f94a030a97b52c91d684f1d4cfa4 (diff)
downloadpx4-firmware-8ba3fbd0a3fd98f1db9ffbacccdc405fd29426e0.tar.gz
px4-firmware-8ba3fbd0a3fd98f1db9ffbacccdc405fd29426e0.tar.bz2
px4-firmware-8ba3fbd0a3fd98f1db9ffbacccdc405fd29426e0.zip
Merged
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index bbe99c17c..f19228143 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -9,6 +9,7 @@ choice
config ARCH_8051
bool "8051"
+ select CUSTOM_STACK
---help---
Intel 8051 architectures and derivaties
@@ -111,12 +112,30 @@ config ARCH_DMA
bool
default n
+config ARCH_IRQPRIO
+ bool
+ default n
+
+config CUSTOM_STACK
+ bool
+ default n
+
+config ADDRENV
+ bool
+ default n
+
config ARCH_STACKDUMP
bool "Dump stack on assertions"
default n
---help---
Enable to do stack dumps after assertions
+config ENDIAN_BIG
+ bool "Big Endian Architecture"
+ default n
+ ---help---
+ Select if architecture operates using big-endian byte ordering.
+
comment "Board Settings"
config BOARD_LOOPSPERMSEC