From 8dbb9e7c0f89de74b0afcbc1568e8296d49ddef9 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 29 Jun 2018 14:58:10 +0900 Subject: [PATCH] configs: rpi3: enable the SPL_PINCTRL config Enable the SPL_PINCTRL configuration to control the pinctrl. Change-Id: Ie1dfb37c3d27b33f894521dd2ae5907f78bcccdb Signed-off-by: Jaehoon Chung --- configs/rpi_3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index b15fa40..5638261 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -55,6 +55,7 @@ CONFIG_MMC_SDHCI_BCM2835=y CONFIG_PHYLIB=y CONFIG_DM_ETH=y CONFIG_PINCTRL=y +CONFIG_SPL_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set # CONFIG_REQUIRE_SERIAL_CONSOLE is not set CONFIG_USB=y -- 2.7.4