From: Marek Vasut Date: Sun, 13 Aug 2023 03:32:09 +0000 (+0200) Subject: configs: sandbox64: Enable PINCTRL_SINGLE driver X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=d54c44b474874f1d91b77a76dfad77e7c771d390;p=u-boot.git configs: sandbox64: Enable PINCTRL_SINGLE driver Align the sandbox64 defconfig with sandbox defconfig. Enable missing PINCTRL single driver. This fixes ut_dm_dm_test_pinctrl_single test . Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index b15b2cf099..4612d4fc4d 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -183,6 +183,7 @@ CONFIG_PHY_SANDBOX=y CONFIG_PINCTRL=y CONFIG_PINCONF=y CONFIG_PINCTRL_SANDBOX=y +CONFIG_PINCTRL_SINGLE=y CONFIG_POWER_DOMAIN=y CONFIG_SANDBOX_POWER_DOMAIN=y CONFIG_DM_PMIC=y