zephyr/soc/arm/silabs_exx32/efm32hg/Kconfig.defconfig.efm32hg
Piotr Mienkowski d9e2171aa9 drivers: flash_gecko: Add flash driver for SiLabs Gecko SoCs
Tested with SLWSTK6061A / BRD4250B wireless starter kit.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2018-11-08 17:56:44 -05:00

39 lines
433 B
Text

# Kconfig - Silicon Labs EFM32HG-SLSTK3400A platform configuration options
#
# Copyright (c) 2018 Marcio Montenegro
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_EFM32HG
config SOC
string
default "efm32hg"
config GPIO
def_bool y
if GPIO
config GPIO_GECKO
def_bool y
endif # GPIO
if SERIAL
config UART_GECKO
def_bool y
endif # SERIAL
if FLASH
config SOC_FLASH_GECKO
def_bool y
endif # FLASH
endif # SOC_EFM32HG