21 lines
337 B
Plaintext
21 lines
337 B
Plaintext
# Silicon Labs EFM32HG-SLSTK3400A platform configuration options
|
|
|
|
# Copyright (c) 2018 Marcio Montenegro
|
|
# 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
|