zephyr/boards/arm/efm32gg_stk3701a/Kconfig.defconfig
Piotr Mienkowski 8a9df52943 drivers: gpio_gecko: convert to DT_INST defines
Convert the driver to use DT_INST_ defines, update all dependent dts,
soc and board files.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2020-03-24 10:14:21 -05:00

32 lines
524 B
Text

# EFM32GG STK3701A default board configuration
# Copyright (c) 2019 Interay Solutions B.V.
# Copyright (c) 2019 Oane Kingma
# SPDX-License-Identifier: Apache-2.0
if BOARD_EFM32GG_STK3701A
config BOARD
string
default "efm32gg_stk3701a"
config CMU_HFXO_FREQ
default 50000000
config CMU_LFXO_FREQ
default 32768
config COUNTER_GECKO_RTCC
default y
depends on COUNTER
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_GECKO
default y if NET_L2_ETHERNET
endif # NETWORKING
endif # BOARD_EFM32GG_STK3701A