2018-02-19 03:43:24 +08:00
|
|
|
# Kconfig - Silicon Labs EFM32HG-SLSTK3400A platform configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Marcio Montenegro
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
if GPIO
|
|
|
|
|
|
|
|
config GPIO_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-02-19 03:43:24 +08:00
|
|
|
|
|
|
|
endif # GPIO
|
|
|
|
|
|
|
|
if SERIAL
|
|
|
|
|
|
|
|
config UART_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-02-19 03:43:24 +08:00
|
|
|
|
|
|
|
endif # SERIAL
|
|
|
|
|
2019-02-01 22:43:19 +08:00
|
|
|
if I2C
|
|
|
|
|
|
|
|
config I2C_GECKO
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # I2C
|
|
|
|
|
2018-08-07 20:11:45 +08:00
|
|
|
if FLASH
|
|
|
|
|
|
|
|
config SOC_FLASH_GECKO
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-08-07 20:11:45 +08:00
|
|
|
|
|
|
|
endif # FLASH
|