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

40 lines
404 B
Plaintext

# Silicon Labs EFR32FG1P platform configuration options
# Copyright (c) 2018 Christian Taedcke
# SPDX-License-Identifier: Apache-2.0
if GPIO
config GPIO_GECKO
default y
endif # GPIO
if SERIAL
config UART_GECKO
default y
endif # SERIAL
if I2C
config I2C_GECKO
default y
endif # I2C
if FLASH
config SOC_FLASH_GECKO
default y
endif # FLASH
if SPI
config SPI_GECKO
default y
endif # SPI