From: Jaehoon Chung Date: Fri, 29 Jun 2018 05:58:10 +0000 (+0900) Subject: configs: rpi3: enable the SPL_PINCTRL config X-Git-Tag: accepted/tizen/unified/20201110.125028~207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7169085755670e45dc3bde658a8aecb1983ec9f8;p=platform%2Fkernel%2Fu-boot.git configs: rpi3: enable the SPL_PINCTRL config Enable the SPL_PINCTRL configuration to control the pinctrl. Change-Id: Ie1dfb37c3d27b33f894521dd2ae5907f78bcccdb Signed-off-by: Jaehoon Chung --- diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 17416a6..2872b33 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -52,6 +52,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