summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-18 14:51:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-18 14:51:38 -0600
commita526aa978ab92f48c6358245ec2f6f9dd9d7c626 (patch)
treeb0f376ca7a126c527caee7a38706da15d574d7e1 /nuttx/configs/Kconfig
parent89b31345a9ba8e5621dfd1ddb9e9dffa7f9b8d0d (diff)
downloadpx4-nuttx-a526aa978ab92f48c6358245ec2f6f9dd9d7c626.tar.gz
px4-nuttx-a526aa978ab92f48c6358245ec2f6f9dd9d7c626.tar.bz2
px4-nuttx-a526aa978ab92f48c6358245ec2f6f9dd9d7c626.zip
Add support for the Olimex LPC-H3131 board
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 3346f5f9b..d76659a3f 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -372,6 +372,14 @@ config ARCH_BOARD_OLIMEXLPC2378
Linux or Cygwin. STATUS: ostest and NSH configurations available.
This port for the NXP LPC2378 was contributed by Rommel Marcelo.
+config ARCH_BOARD_OLIMEX_LPC_H3131
+ bool "Olimex LPC-H3131 Development board"
+ depends on ARCH_CHIP_LPC3131
+ select ARCH_HAVE_LEDS
+ ---help---
+ Olimex LPC-H3131 development board. This board is based on the the
+ NXP LPC3131 MCU.
+
config ARCH_BOARD_OLIMEX_STRP711
bool "Olimex STR-P711 board"
depends on ARCH_CHIP_STR71X
@@ -848,6 +856,7 @@ config ARCH_BOARD
default "nutiny-nuc120" if ARCH_BOARD_NUTINY_NUC120
default "olimex-lpc1766stk" if ARCH_BOARD_LPC1766STK
default "olimex-lpc2378" if ARCH_BOARD_OLIMEXLPC2378
+ default "olimex-lpc-h3131" if ARCH_BOARD_OLIMEX_LPC_H3131
default "olimex-stm32-p107" if ARCH_BOARD_OLIMEX_STM32P107
default "olimex-stm32-p207" if ARCH_BOARD_OLIMEX_STM32P207
default "olimex-strp711" if ARCH_BOARD_OLIMEX_STRP711
@@ -1062,6 +1071,9 @@ endif
if ARCH_BOARD_OLIMEXLPC2378
source "configs/olimex-lpc2378/Kconfig"
endif
+if ARCH_BOARD_OLIMEX_LPC_H3131
+source "configs/olimex-lpc-h3131/Kconfig"
+endif
if ARCH_BOARD_OLIMEX_STM32P107
source "configs/olimex-stm32-p107/Kconfig"
endif