From 4e8a4b073d535418f1259b6a41552bd99a43134b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Dec 2014 18:29:13 -0600 Subject: [PATCH] Fire STM32v2: Fix missing stuff in Kconfig file --- configs/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configs/Kconfig b/configs/Kconfig index 544a14dbf8..8760cfbe7e 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -182,6 +182,18 @@ config ARCH_BOARD_EZ80F910200ZCO development kit, eZ80F091 part, and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP. +config ARCH_BOARD_FIRE_STM32 + bool " M3 Wildfire STM32 board" + depends on ARCH_CHIP_STM32F103VE + select ARCH_HAVE_LEDS + select ARCH_HAVE_BUTTONS + select ARCH_HAVE_IRQBUTTONS + ---help--- + Support for the M3 Wildfire STM32 board. This board is based on the + STM32F103VET6 chip. See http://firestm32.taobao.com . Version 2 + and 3 of the boards are supported but only version 2 has been + tested. + config ARCH_BOARD_FREEDOM_KL25Z bool "Freescale Freedom KL25Z" depends on ARCH_CHIP_MKL25Z128