[U-Boot] [PATCH v1 3/5] configs: stm32mp15: Enable CMD_PINMUX

Patrice Chotard patrice.chotard at st.com
Thu Sep 20 13:37:04 UTC 2018


This allows to use the pinmux command to display pins muxing.

Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
---

 configs/stm32mp15_basic_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index e134a66fb105..cd8ec387a5f7 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -24,6 +24,7 @@ CONFIG_CMD_GPIO=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_PINMUX=y
 CONFIG_CMD_PMIC=y
 CONFIG_CMD_REGULATOR=y
 CONFIG_CMD_EXT4_WRITE=y
-- 
1.9.1



More information about the U-Boot mailing list