Skip to content

Commit

Permalink
app: dfu: CONFIG_CANNECTIVITY_DFU_BUTTON must select CONFIG_GPIO
Browse files Browse the repository at this point in the history
The Kconfig option CONFIG_CANNECTIVITY_DFU_BUTTON must select CONFIG_GPIO
as the button is read using the Zephyr GPIO API.

Signed-off-by: Henrik Brix Andersen <[email protected]>
(cherry picked from commit b11373f)
  • Loading branch information
henrikbrixandersen committed Jan 19, 2025
1 parent 7668e22 commit 6a3d125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ config CANNECTIVITY_DFU_BUTTON
bool "DFU button support"
default y
depends on $(dt_alias_enabled,mcuboot-button0)
select GPIO
select REBOOT
help
Enable support for rebooting into Device Firmware Upgrade (DFU) mode by holding the DFU
Expand Down

0 comments on commit 6a3d125

Please sign in to comment.