summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-14 08:19:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-14 08:19:20 -0600
commit240ad9c16e74009fd9e500939d41d9bd5b3b8e6e (patch)
tree27a315debae38ae4a987098afc55d25345267ff5 /nuttx/configs/Kconfig
parent647bbd7db03d6f2bd7909cd1e967a7c91ccd1be5 (diff)
downloadpx4-nuttx-240ad9c16e74009fd9e500939d41d9bd5b3b8e6e.tar.gz
px4-nuttx-240ad9c16e74009fd9e500939d41d9bd5b3b8e6e.tar.bz2
px4-nuttx-240ad9c16e74009fd9e500939d41d9bd5b3b8e6e.zip
configs/hymini-stm32v converted nsh and nsh2 configs to use kconfig-frontends tools; Also converted to use the common SSD1289 driver
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index ba22eea66..440cac53a 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -147,13 +147,13 @@ config ARCH_BOARD_FREEDOM_KL25Z
config ARCH_BOARD_HYMINI_STM32V
bool "HY-Mini STM32v board"
- depends on ARCH_CHIP_STM32F103VCT
+ depends on ARCH_CHIP_STM32F103VCT6
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
---help---
A configuration for the HY-Mini STM32v board. This board is based on the
- STM32F103VCT chip.
+ STM32F103VCT6 chip.
config ARCH_BOARD_LINCOLN60
bool "Micromint Lincoln 60 board"