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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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