zephyr/soc/arm/silabs_exx32/efm32wg/Kconfig.defconfig.efm32wg

33 lines
377 B
Plaintext
Raw Normal View History

# Kconfig - Silicon Labs EFM32WG-STK3800 platform configuration options
#
# Copyright (c) 2017 Christian Taedcke
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_EFM32WG
if GPIO
config GPIO_GECKO
default y
endif # GPIO
if SERIAL
config UART_GECKO
default y
endif # SERIAL
if FLASH
config SOC_FLASH_GECKO
default y
endif # FLASH
endif # SOC_SERIES_EFM32WG