From mboxrd@z Thu Jan 1 00:00:00 1970 From: Biwen Li Date: Tue, 2 Feb 2021 16:26:14 +0800 Subject: [v4 29/33] configs: ls2088aqds: enable CMD_GPIO In-Reply-To: <20210202082618.19258-1-biwen.li@oss.nxp.com> References: <20210202082618.19258-1-biwen.li@oss.nxp.com> Message-ID: <20210202082618.19258-30-biwen.li@oss.nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Biwen Li Enable CMD_GPIO for board ls2088aqds Signed-off-by: Biwen Li --- configs/ls2088aqds_tfa_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.17.1