Fire STM32v2: Fix missing stuff in Kconfig file
This commit is contained in:
parent
d99a4409d4
commit
4e8a4b073d
@ -182,6 +182,18 @@ config ARCH_BOARD_EZ80F910200ZCO
|
|||||||
development kit, eZ80F091 part, and the Zilog ZDS-II Windows command line
|
development kit, eZ80F091 part, and the Zilog ZDS-II Windows command line
|
||||||
tools. The development environment is Cygwin under WinXP.
|
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
|
config ARCH_BOARD_FREEDOM_KL25Z
|
||||||
bool "Freescale Freedom KL25Z"
|
bool "Freescale Freedom KL25Z"
|
||||||
depends on ARCH_CHIP_MKL25Z128
|
depends on ARCH_CHIP_MKL25Z128
|
||||||
|
Loading…
Reference in New Issue
Block a user