Skip to content

Commit

Permalink
soc: stm32f4: Fix PM dependency
Browse files Browse the repository at this point in the history
COUNTER_RTC_STM32_SUBSECONDS depends on DT_HAS_ST_STM32_RTC_ENABLED.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
  • Loading branch information
ceolin authored and carlescufi committed Dec 12, 2023
1 parent c724a6c commit ebf50ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/arm/st_stm32/stm32f4/Kconfig.defconfig.series
Expand Up @@ -19,6 +19,6 @@ config TASK_WDT_HW_FALLBACK_DELAY

config PM
select COUNTER
select COUNTER_RTC_STM32_SUBSECONDS
select COUNTER_RTC_STM32_SUBSECONDS if DT_HAS_ST_STM32_RTC_ENABLED

endif # SOC_SERIES_STM32F4X

0 comments on commit ebf50ee

Please sign in to comment.