diff options
| author | Tom Rini <[email protected]> | 2022-08-23 15:44:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-23 15:44:54 -0400 |
| commit | aea087a665c447dfb89bf2113cad74ad53fa17a0 (patch) | |
| tree | fbb710bb7a66da927c142b8710cf4564b5652ced /drivers/button | |
| parent | 1247c35c80cb0f6f17c88d54c6575d6d1f50c608 (diff) | |
| parent | 560a5c3bb3bedac7d1da93362401a1d926214660 (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- kirkwood: pogo_v4 & nsa310s: Add distro boot (Tony)
- kirkwood: add DM timer support and use it on lsxl boards (Michael)
- kirkwood: convert the Buffalo Linkstation LS-CHLv2 and XHL boards
to DM (Michael)
- mvebu: turris_mox/omnia: misc improments (Pali)
- mvebu: mbus: Fix mbus driver to work also after U-Boot relocation (Pali)
Diffstat (limited to 'drivers/button')
| -rw-r--r-- | drivers/button/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/button/Kconfig b/drivers/button/Kconfig index 6db3c5e93a4..8ce2de37d62 100644 --- a/drivers/button/Kconfig +++ b/drivers/button/Kconfig @@ -20,6 +20,7 @@ config BUTTON_ADC config BUTTON_GPIO bool "Button gpio" depends on BUTTON + depends on DM_GPIO help Enable support for buttons which are connected to GPIO lines. These GPIOs may be on the SoC or some other device which provides GPIOs. |
