2014-10-17 22:43:06 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-10-17 22:43:06 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_EFM32G8XXSTK
|
|
|
|
|
2014-10-23 04:27:05 +08:00
|
|
|
comment "EFM32 G8XX STK Hardware Configuration"
|
|
|
|
|
|
|
|
config EFM32G8STK_BCEN
|
|
|
|
bool "Enable BC_EN"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
The control MCU acts as a board controller (BC). There is a UART
|
|
|
|
connection between the EFM and the BC. The connection is made by
|
|
|
|
setting the EFM_BC_EN (PD13) line high. The EFM can then use the
|
|
|
|
BSP to send commands to the BC. When EFM_BC_EN is low, EFM_BC_TX
|
|
|
|
and EFM_BC_RX can be used by other applications.
|
2014-10-17 22:43:06 +08:00
|
|
|
|
|
|
|
endif # ARCH_BOARD_EFM32G8XXSTK
|