Skip to content

Commit 663c7bc

Browse files
soburihenrikbrixandersen
authored andcommitted
drivers: power_domain: gpio_monitor: Add PM_DEVICE dependency
Since "power_domain,gpio_monitor" depends on PM_DEVICE, specify it in Kconfig. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent a511f51 commit 663c7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/power_domain/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ config POWER_DOMAIN_GPIO_MONITOR
6060
default y
6161
depends on DT_HAS_POWER_DOMAIN_GPIO_MONITOR_ENABLED
6262
depends on GPIO
63+
depends on PM_DEVICE
6364
select DEVICE_DEPS
6465

6566
if POWER_DOMAIN_GPIO_MONITOR

0 commit comments

Comments
 (0)