summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 16:59:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 16:59:36 +0000
commit2c9001b17ff62f61be1677ebd789f081324fe326 (patch)
tree9d7a5cc564361a837742534250d3527a06d62081 /nuttx/configs/olimex-strp711/ostest/defconfig
parenta113aa53d96d039d28e3e54ba79b2aae6a524ca5 (diff)
downloadpx4-nuttx-2c9001b17ff62f61be1677ebd789f081324fe326.tar.gz
px4-nuttx-2c9001b17ff62f61be1677ebd789f081324fe326.tar.bz2
px4-nuttx-2c9001b17ff62f61be1677ebd789f081324fe326.zip
reconcile architectures w/o interrupt controllers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1153 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-strp711/ostest/defconfig')
-rw-r--r--nuttx/configs/olimex-strp711/ostest/defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-strp711/ostest/defconfig b/nuttx/configs/olimex-strp711/ostest/defconfig
index 1ff1ad1c0..0d629c2e1 100644
--- a/nuttx/configs/olimex-strp711/ostest/defconfig
+++ b/nuttx/configs/olimex-strp711/ostest/defconfig
@@ -46,6 +46,12 @@
# the board that supports the particular chip or SoC.
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
# CONFIG_ARCH_BOARD_name - for use in C code
+# CONFIG_ARCH_NOINTC - define if the architecture does not
+# support an interrupt controller or otherwise cannot support
+# APIs like up_enable_irq() and up_disable_irq().
+# CONFIG_ARCH_IRQPRIO
+# Define if the architecture suports prioritizaton of interrupts
+# and the up_prioritize_irq() API.
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to Olimex STR-P711
# CONFIG_ARCH_BUTTONS - Support reading buttons. Unique to Olimex STR-P711
@@ -62,6 +68,8 @@ CONFIG_ARCH_CHIP=str71x
CONFIG_ARCH_STR71X=y
CONFIG_ARCH_BOARD=olimex-strp711
CONFIG_ARCH_BOARD_OLIMEX_STRP711=y
+CONFIG_ARCH_NOINTC=n
+CONFIG_ARCH_IRQPRIO=y
CONFIG_BOARD_LOOPSPERMSEC=3270
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_BUTTONS=y