diff mbox series

[v3,29/33] configs: ls2088aqds: enable CMD_GPIO

Message ID 20210128094041.26319-30-biwen.li@oss.nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series gpio: layerscape: fix gpio and enable gpio | expand

Commit Message

Biwen Li Jan. 28, 2021, 9:40 a.m. UTC
From: Biwen Li <biwen.li@nxp.com>

Enable CMD_GPIO for board ls2088aqds

Signed-off-by: Biwen Li <biwen.li@nxp.com>
---
 configs/ls2088aqds_tfa_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig
index 9e6e9f63ad..f5e8cfbeb4 100644
--- a/configs/ls2088aqds_tfa_defconfig
+++ b/configs/ls2088aqds_tfa_defconfig
@@ -25,6 +25,7 @@  CONFIG_CMD_GREPENV=y
 CONFIG_CMD_EEPROM=y
 CONFIG_CMD_DM=y
 CONFIG_CMD_GPT=y
+CONFIG_CMD_GPIO=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_NAND=y