diff mbox series

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

Message ID 1537450626-27439-4-git-send-email-patrice.chotard@st.com
State Changes Requested
Delegated to: Simon Glass
Headers show
Series Add pinmux command | expand

Commit Message

Patrice CHOTARD Sept. 20, 2018, 1:37 p.m. UTC
This allows to use the pinmux command to display pins muxing.

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

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

Patch

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