From df81ca548bd2060efc567fe3ed907b7c6a5b1966 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 3 May 2023 17:41:39 +0200 Subject: [PATCH] boards: custom_plank: add missing CONFIG_PINCTRL=y Signed-off-by: Gerard Marull-Paretas --- boards/arm/custom_plank/custom_plank_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/custom_plank/custom_plank_defconfig b/boards/arm/custom_plank/custom_plank_defconfig index cff0d09..4a5558a 100644 --- a/boards/arm/custom_plank/custom_plank_defconfig +++ b/boards/arm/custom_plank/custom_plank_defconfig @@ -10,3 +10,5 @@ CONFIG_HW_STACK_PROTECTION=y CONFIG_GPIO=y CONFIG_GPIO_AS_PINRESET=y + +CONFIG_PINCTRL=y