From 06f2e030d00053a13a8a81f4a352fd1ca8fbb66c Mon Sep 17 00:00:00 2001 From: Ian Ray Date: Thu, 31 Jan 2019 16:21:13 +0200 Subject: board: ge: bx50v3: Enable CONFIG_DM_GPIO Enable CONFIG_DM_GPIO as a pre-requisite for enabling CONFIG_DM_SPI. Add explicit gpio_requests. Signed-off-by: Ian Ray --- configs/ge_bx50v3_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ge_bx50v3_defconfig') diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index b0f5c1f9a6..1acda9ec74 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -58,3 +58,4 @@ CONFIG_DM_MMC=y CONFIG_BLK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y +CONFIG_DM_GPIO=y -- cgit v1.2.1