Skip to content

Commit

Permalink
drivers: power_domain: gpio_monitor: Add PM_DEVICE dependency
Browse files Browse the repository at this point in the history
Since "power_domain,gpio_monitor" depends on PM_DEVICE,
specify it in Kconfig.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and henrikbrixandersen committed Sep 29, 2024
1 parent a511f51 commit 663c7bc
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 663c7bc

Please sign in to comment.