2018-03-27 16:10:12 +08:00
|
|
|
# Kconfig - Silicon Labs EFR32FG1P platform configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Christian Taedcke
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2018-12-27 15:12:05 +08:00
|
|
|
if GPIO || LOG_BACKEND_SWO
|
2018-03-27 16:10:12 +08:00
|
|
|
|
|
|
|
config GPIO_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-03-27 16:10:12 +08:00
|
|
|
|
2018-12-27 15:12:05 +08:00
|
|
|
endif # GPIO || LOG_BACKEND_SWO
|
2018-03-27 16:10:12 +08:00
|
|
|
|
|
|
|
if SERIAL
|
|
|
|
|
|
|
|
config UART_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-03-27 16:10:12 +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
|