Skip to content

Commit fa2a3c3

Browse files
kbidanikartben
authored andcommitted
drivers : flash: replace dt_nodelabel_has_prop()in xspi
Replace dt_nodelabel_has_prop() with dt_compat_any_has_prop() in Kconfig.stm32_xspi Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent cd004dd commit fa2a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/Kconfig.stm32_xspi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2024 STMicroelectronics
44
# SPDX-License-Identifier: Apache-2.0
55

6-
DT_STM32_XSPI_HAS_DMA := $(dt_compat_any_has_prop,DT_COMPAT_ST_STM32_XSPI,dmas)
6+
DT_STM32_XSPI_HAS_DMA := $(dt_compat_any_has_prop,$(DT_COMPAT_ST_STM32_XSPI),dmas)
77

88
config FLASH_STM32_XSPI
99
bool "STM32 XSPI Flash driver"

0 commit comments

Comments
 (0)