Skip to content

Commit cd004dd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/Kconfig.stm32_qspi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2020 Linaro Limited
55
# SPDX-License-Identifier: Apache-2.0
66

7-
DT_STM32_QUADSPI_HAS_DMA := $(dt_nodelabel_has_prop,quadspi,dmas)
7+
DT_STM32_QUADSPI_HAS_DMA := $(dt_compat_any_has_prop,$(DT_COMPAT_ST_STM32_QSPI),dmas)
88

99
config FLASH_STM32_QSPI
1010
bool "STM32 Quad SPI Flash driver"

0 commit comments

Comments
 (0)