mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
98927daada
commit
96e8e52bb8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue