Skip to content

Commit 037869e

Browse files
gmarullnashif
authored andcommitted
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 <[email protected]>
1 parent f45c266 commit 037869e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Copyright (c) 2021, ATL Electronics
22
# SPDX-License-Identifier: Apache-2.0
33

4+
if SOC_FAMILY_GD32
5+
46
source "soc/arm/gigadevice/*/Kconfig.defconfig.series"
7+
8+
config PINCTRL
9+
default y
10+
11+
endif # SOC_FAMILY_GD32

0 commit comments

Comments
 (0)