29 lines
418 B
Plaintext
29 lines
418 B
Plaintext
# Silicon Labs EFR32FG1P platform configuration options
|
|
|
|
# Copyright (c) 2018 Christian Taedcke
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_GECKO
|
|
default y
|
|
depends on GPIO
|
|
|
|
config UART_GECKO
|
|
default y
|
|
depends on SERIAL
|
|
|
|
config I2C_GECKO
|
|
default y
|
|
depends on I2C
|
|
|
|
config SOC_FLASH_GECKO
|
|
default y
|
|
depends on FLASH
|
|
|
|
config SPI_GECKO
|
|
default y
|
|
depends on SPI
|
|
|
|
config PWM_GECKO
|
|
default y
|
|
depends on PWM
|