device: s/HAS_DYNAMIC_DEVICE_HANDLES/DEVICE_DEPS_DYMAMIC

Rename the Kconfig option to be in line with recent renamings in device
handles/dependencies.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-06-14 12:57:29 +02:00 committed by Carles Cufí
commit 319fbe57e1
7 changed files with 10 additions and 10 deletions

View file

@ -913,7 +913,7 @@ zephyr_get_include_directories_for_lang(C
)
if(CONFIG_HAS_DTS)
if(CONFIG_HAS_DYNAMIC_DEVICE_HANDLES)
if(CONFIG_DEVICE_DEPS_DYNAMIC)
set(dynamic_handles --dynamic-handles)
endif()