2017-04-06 00:49:41 +08:00
|
|
|
# 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
|
2018-05-26 03:19:21 +08:00
|
|
|
default "efm32wg"
|
2017-04-06 00:49:41 +08:00
|
|
|
|
|
|
|
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
|