Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# Kconfig - Silicon Labs EFM32WG-STK3800 platform configuration options

#
# Copyright (c) 2017 Christian Taedcke
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_EFM32WG

config SOC
	string
	default efm32wg

config GPIO
	def_bool y

if GPIO

config GPIO_GECKO
	def_bool y

endif # GPIO

if SERIAL

config UART_GECKO
	def_bool y

endif # SERIAL

endif # SOC_EFM32