2018-02-19 04:02:37 +08:00
|
|
|
# Kconfig - EFM32HG SLSTK3400A board
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018, Marcio Montenegro
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_EFM32HG_SLSTK3400A
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "efm32hg_slstk3400a"
|
|
|
|
|
|
|
|
config CMU_HFXO_FREQ
|
|
|
|
default 24000000
|
|
|
|
|
|
|
|
config CMU_LFXO_FREQ
|
|
|
|
default 32768
|
|
|
|
|
|
|
|
if GPIO_GECKO
|
|
|
|
|
|
|
|
config GPIO_GECKO_PORTA
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-02-19 04:02:37 +08:00
|
|
|
|
|
|
|
config GPIO_GECKO_PORTB
|
2018-11-14 00:15:49 +08:00
|
|
|
default n
|
2018-02-19 04:02:37 +08:00
|
|
|
|
|
|
|
config GPIO_GECKO_PORTC
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-02-19 04:02:37 +08:00
|
|
|
|
|
|
|
config GPIO_GECKO_PORTD
|
2018-11-14 00:15:49 +08:00
|
|
|
default n
|
2018-02-19 04:02:37 +08:00
|
|
|
|
|
|
|
config GPIO_GECKO_PORTE
|
2018-11-14 00:15:49 +08:00
|
|
|
default n
|
2018-02-19 04:02:37 +08:00
|
|
|
|
|
|
|
config GPIO_GECKO_PORTF
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2018-02-19 04:02:37 +08:00
|
|
|
|
|
|
|
endif # GPIO_GECKO
|
|
|
|
|
|
|
|
endif # BOARD_EFM32HG_SLSTK3400A
|