Skip to content

Commit

Permalink
[nrf fromtree] drivers: power_domain: gpio_monitor: Add PM_DEVICE dep…
Browse files Browse the repository at this point in the history
…endency

Since "power_domain,gpio_monitor" depends on PM_DEVICE,
specify it in Kconfig.

Signed-off-by: TOKITA Hiroshi <[email protected]>
(cherry picked from commit 663c7bc)
  • Loading branch information
soburi authored and bjarki-andreasen committed Dec 15, 2024
1 parent 6b54684 commit 47885d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/power_domain/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ config POWER_DOMAIN_GPIO_MONITOR
default y
depends on DT_HAS_POWER_DOMAIN_GPIO_MONITOR_ENABLED
depends on GPIO
depends on PM_DEVICE
select DEVICE_DEPS

if POWER_DOMAIN_GPIO_MONITOR
Expand Down

0 comments on commit 47885d5

Please sign in to comment.