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