summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-01-21 14:02:30 +0100
committerMichal Simek <michal.simek@xilinx.com>2021-08-26 08:12:56 +0200
commitedd530651a0045c53b18fde413db7fd8dc3693be (patch)
treee4decd4dde7055a5e03db636662d911f5285f0a5
parent57bcae88fec16291272f6e0548ff7f094f9ee796 (diff)
downloadu-boot-edd530651a0045c53b18fde413db7fd8dc3693be.tar.gz
xilinx: zynqmp: Enable gpio-key/button driver
Enable button uclass and also gpio-key driver by default. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--configs/xilinx_zynqmp_virt_defconfig2
1 files changed, 2 insertions, 0 deletions
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