21 lines
332 B
Plaintext
21 lines
332 B
Plaintext
# Silicon Labs EFR32BG13P (Blue Gecko) MCU configuration options
|
|
|
|
# Copyright (c) 2020 Piotr Mienkowski
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_GECKO
|
|
default y
|
|
depends on GPIO
|
|
|
|
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
|