2012-09-09 21:13:30 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:08:57 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-09-09 21:13:30 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
comment "M3 Wildfire Configuration"
|
2012-09-21 19:32:30 +02:00
|
|
|
|
|
|
|
if ARCH_BOARD_FIRE_STM32
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Select Wildfire STM32 version"
|
|
|
|
default ARCH_BOARD_FIRE_STM32V2
|
|
|
|
---help---
|
2014-04-14 00:22:22 +02:00
|
|
|
This port has logic differences to support either the Version 2 or
|
2012-09-21 19:32:30 +02:00
|
|
|
Version 3 of the Wildfire board.
|
|
|
|
|
|
|
|
config ARCH_BOARD_FIRE_STM32V2
|
|
|
|
bool "Wildfire STM32v2"
|
|
|
|
---help---
|
|
|
|
Selects the M3 Wildfire version 2.
|
|
|
|
|
|
|
|
config ARCH_BOARD_FIRE_STM32V3
|
|
|
|
bool "Wildfire STM32v3"
|
|
|
|
---help---
|
|
|
|
Selects the M3 Wildfire version 3.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
endif
|