diff mbox series

xilinx: zynqmp: Enable gpio-key/button driver

Message ID a872bd06774daa9db3958ac46dd474fe6ad375df.1629379226.git.michal.simek@xilinx.com
State Accepted
Commit edd530651a0045c53b18fde413db7fd8dc3693be
Delegated to: Michal Simek
Headers show
Series xilinx: zynqmp: Enable gpio-key/button driver | expand

Commit Message

Michal Simek Aug. 19, 2021, 1:20 p.m. UTC
Enable button uclass and also gpio-key driver by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_virt_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Michal Simek Aug. 26, 2021, 6:12 a.m. UTC | #1
čt 19. 8. 2021 v 15:20 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Enable button uclass and also gpio-key driver by default.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_zynqmp_virt_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index ea65563a1f2d..f516ab62d3c8 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
> --
> 2.32.0
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index ea65563a1f2d..f516ab62d3c8 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