From: Michal Simek Date: Thu, 21 Jan 2021 13:02:30 +0000 (+0100) Subject: xilinx: zynqmp: Enable gpio-key/button driver X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=edd530651a0045c53b18fde413db7fd8dc3693be;p=u-boot.git xilinx: zynqmp: Enable gpio-key/button driver Enable button uclass and also gpio-key driver by default. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index ea65563a1f..f516ab62d3 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -89,6 +89,8 @@ CONFIG_NETCONSOLE=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_SCSI_AHCI=y CONFIG_SATA_CEVA=y +CONFIG_BUTTON=y +CONFIG_BUTTON_GPIO=y CONFIG_CLK_ZYNQMP=y CONFIG_DFU_TFTP=y CONFIG_DFU_TIMEOUT=y