diff options
| author | Daniel Schultz <[email protected]> | 2025-01-16 03:29:31 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-23 12:11:50 -0600 |
| commit | 18674f7cdb713591c3cf036e7f9486005aabb94a (patch) | |
| tree | 72a0826797f2cbb6c3b66eba02f67abd9fb8492a /configs/phycore_am64x_a53_defconfig | |
| parent | 3a1e127fbf926fe79d74fd30a112a143230a5ec6 (diff) | |
configs: phycore_am64x_a53_defconfig: Enable GPIO command
Enable the GPIO command to allow access to the GPIO pins.
Signed-off-by: Daniel Schultz <[email protected]>
Reviewed-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'configs/phycore_am64x_a53_defconfig')
| -rw-r--r-- | configs/phycore_am64x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
