fix(boards): Update pillbug_defconfig to enable pinctrl

This commit is contained in:
Kyle McCreery
2023-07-05 12:50:19 -04:00
committed by GitHub
parent b259d5a22e
commit 3772ecb04e

View File

@@ -8,6 +8,9 @@ CONFIG_BOARD_PILLBUG=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y
# Use pinctrl
CONFIG_PINCTRL=y
# enable GPIO # enable GPIO
CONFIG_GPIO=y CONFIG_GPIO=y