summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 22:42:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-18 22:42:37 +0000
commit153ab5ddf5454d559da0d30751a7acb49e2c8d68 (patch)
tree5b8061bd33b9ad2079b3deb5c324c6f0d6e7f92c /nuttx/configs/Kconfig
parentbcdc7b12eacc6765bfedc995ab4a17c70dd2396b (diff)
downloadpx4-nuttx-153ab5ddf5454d559da0d30751a7acb49e2c8d68.tar.gz
px4-nuttx-153ab5ddf5454d559da0d30751a7acb49e2c8d68.tar.bz2
px4-nuttx-153ab5ddf5454d559da0d30751a7acb49e2c8d68.zip
Add configuration for Wave Share Open1788 (fragmentary)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5537 42af7a65-404d-4744-a932-0658087f49c3
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 d851eeccb..d72d01058 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -346,6 +346,14 @@ config ARCH_BOARD_OLIMEX_STM32P107
Linux or Cygwin. See the http://www.olimex.com for further information. This
board features the STMicro STM32F107VC MCU
+config ARCH_BOARD_OPEN1788
+ bool "Wave Share Open1788"
+ depends on ARCH_CHIP_LPC1788
+ ---help---
+ This port uses the Wave Share Open1788 board. See the
+ http://wvshare.com/product/Open1788-Standard.htm for further
+ information. This board features the NXP LPC1788 MCU
+
config ARCH_BOARD_P112
bool "P112 Z180-based platform"
depends on ARCH_CHIP_Z8018216FSG
@@ -682,6 +690,7 @@ config ARCH_BOARD
default "olimex-lpc2378" if ARCH_BOARD_OLIMEXLPC2378
default "olimex-stm32-p107" if ARCH_BOARD_OLIMEX_STM32P107
default "olimex-strp711" if ARCH_BOARD_OLIMEX_STRP711
+ default "open1788" if ARCH_BOARD_OPEN1788
default "p112" if ARCH_BOARD_P112
default "pcblogic-pic32mx" if ARCH_BOARD_PCBLOGICPIC32MX
default "pic32-starterkit" if ARCH_BOARD_PIC32_STARTERKIT
@@ -869,6 +878,9 @@ endif
if ARCH_BOARD_OLIMEX_STRP711
source "configs/olimex-strp711/Kconfig"
endif
+if ARCH_BOARD_OPEN1788
+source "configs/open1788/Kconfig"
+endif
if ARCH_BOARD_PCBLOGICPIC32MX
source "configs/pcblogic-pic32mx/Kconfig"
endif