diff options
author | Michal Simek | 2019-10-14 09:46:47 +0200 |
---|---|---|
committer | Michal Simek | 2019-10-24 13:37:01 +0200 |
commit | 96e8e52bb8e7d325dd82fe83aace33275458665d (patch) | |
tree | 18d0ada89709f8052b3e901458074b2fa9b0e45a /configs | |
parent | 98927daada2f0cdaadbb68144e7a4985dcc62926 (diff) |
arm64: versal: Enable GPIO command for Versal
Enable GPIO command for Xilinx Versal platform. Driver is updated that's
why it can be used directly. Driver is enabled by default through Kconfig.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_versal_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 3ff23a2b2b6..f5ce8a0a1e8 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -19,6 +19,7 @@ CONFIG_CMD_MEMTEST=y CONFIG_SYS_ALT_MEMTEST=y CONFIG_CMD_DM=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y |