diff mbox series

[3/4] configs: phycore_am64x_a53_defconfig: Enable GPIO command

Message ID 20250116112932.1983801-3-d.schultz@phytec.de
State Accepted
Commit 18674f7cdb713591c3cf036e7f9486005aabb94a
Delegated to: Tom Rini
Headers show
Series [1/4] board: phytec: common: k3: Add missing boot source to env | expand

Commit Message

Daniel Schultz Jan. 16, 2025, 11:29 a.m. UTC
Enable the GPIO command to allow access to the GPIO pins.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
---
 configs/phycore_am64x_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Wadim Egorov Jan. 17, 2025, 1:42 a.m. UTC | #1
Am 16.01.25 um 18:29 schrieb Daniel Schultz:
> Enable the GPIO command to allow access to the GPIO pins.
> 
> Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>

> ---
>   configs/phycore_am64x_a53_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
> index 4b9dcceda45..4a91b72e700 100644
> --- a/configs/phycore_am64x_a53_defconfig
> +++ b/configs/phycore_am64x_a53_defconfig
> @@ -72,6 +72,7 @@ CONFIG_CMD_BOOTEFI_SELFTEST=y
>   CONFIG_CMD_ASKENV=y
>   CONFIG_CMD_NVEDIT_EFI=y
>   CONFIG_CMD_DFU=y
> +CONFIG_CMD_GPIO=y
>   CONFIG_CMD_GPT=y
>   CONFIG_CMD_I2C=y
>   CONFIG_CMD_MMC=y
diff mbox series

Patch

diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index 4b9dcceda45..4a91b72e700 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -72,6 +72,7 @@  CONFIG_CMD_BOOTEFI_SELFTEST=y
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_NVEDIT_EFI=y
 CONFIG_CMD_DFU=y
+CONFIG_CMD_GPIO=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y