projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57bcae8
)
xilinx: zynqmp: Enable gpio-key/button driver
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 21 Jan 2021 13:02:30 +0000
(14:02 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:12:56 +0000
(08:12 +0200)
Enable button uclass and also gpio-key driver by default.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_virt_defconfig
patch
|
blob
|
history
diff --git
a/configs/xilinx_zynqmp_virt_defconfig
b/configs/xilinx_zynqmp_virt_defconfig
index ea65563a1f2d6e0c78e3f1b96112b71e8c16f3b3..f516ab62d3c8cd5225d77823bce695c1d2a44831 100644
(file)
--- 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