zephyr/boards/arm/efm32gg_stk3701a/Kconfig.defconfig

67 lines
892 B
Text
Raw Normal View History

# 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
if GPIO_GECKO
config GPIO_GECKO_PORTA
default y
config GPIO_GECKO_PORTB
default y
config GPIO_GECKO_PORTC
default y
config GPIO_GECKO_PORTD
default y
config GPIO_GECKO_PORTE
default y
config GPIO_GECKO_PORTF
default y
config GPIO_GECKO_PORTG
default y
config GPIO_GECKO_PORTH
default y
config GPIO_GECKO_PORTI
default y
endif # GPIO_GECKO
if COUNTER
config COUNTER_GECKO_RTCC
default y
endif # COUNTER
if NETWORKING
config NET_L2_ETHERNET
default y
config ETH_GECKO
default y if NET_L2_ETHERNET
endif # NETWORKING
endif # BOARD_EFM32GG_STK3701A