zephyr/boards/arm/efm32wg_stk3800/Kconfig.defconfig

18 lines
278 B
Plaintext
Raw Permalink Normal View History

# EFM32WG STK3800 board
# Copyright (c) 2017, Christian Taedcke
# SPDX-License-Identifier: Apache-2.0
if BOARD_EFM32WG_STK3800
config BOARD
default "efm32wg_stk3800"
config CMU_HFXO_FREQ
default 48000000
config CMU_LFXO_FREQ
default 32768
endif # BOARD_EFM32WG_STK3800