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 GPIO
|
|
|
|
|
|
|
|
config GPIO_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2017-04-06 00:49:41 +08:00
|
|
|
|
|
|
|
endif # GPIO
|
|
|
|
|
|
|
|
if SERIAL
|
|
|
|
|
|
|
|
config UART_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2017-04-06 00:49:41 +08:00
|
|
|
|
|
|
|
endif # SERIAL
|
|
|
|
|
2019-02-01 22:43:19 +08:00
|
|
|
if I2C
|
|
|
|
|
|
|
|
config I2C_GECKO
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # I2C
|
|
|
|
|
2018-08-07 20:11:45 +08:00
|
|
|
if FLASH
|
|
|
|
|
|
|
|
config SOC_FLASH_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-08-07 20:11:45 +08:00
|
|
|
|
|
|
|
endif # FLASH
|