2019-11-01 20:45:29 +08:00
|
|
|
# Silicon Labs EFM32PG-STK3402A platform configuration options
|
2018-04-11 17:47:19 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2018 Christian Taedcke
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config GPIO_GECKO
|
|
|
|
default y
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on GPIO
|
2018-04-11 17:47:19 +08:00
|
|
|
|
|
|
|
if SERIAL
|
|
|
|
|
|
|
|
config UART_GECKO
|
|
|
|
default y
|
|
|
|
|
|
|
|
config LEUART_GECKO
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # SERIAL
|
|
|
|
|
|
|
|
config I2C_GECKO
|
|
|
|
default y
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on I2C
|
2018-04-11 17:47:19 +08:00
|
|
|
|
|
|
|
config SOC_FLASH_GECKO
|
|
|
|
default y
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on FLASH
|