soc: arm: gigadevice: enable pinctrl by default

Enable pinctrl by default, since it is an essential component on almost
every firmware. Inclusion of series defconfig has also been guarded with
SoC availability (was missing).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2021-11-13 18:19:13 +01:00 committed by Anas Nashif
commit 037869e28d

View file

@ -1,4 +1,11 @@
# Copyright (c) 2021, ATL Electronics
# SPDX-License-Identifier: Apache-2.0
if SOC_FAMILY_GD32
source "soc/arm/gigadevice/*/Kconfig.defconfig.series"
config PINCTRL
default y
endif # SOC_FAMILY_GD32