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:
parent
d93586f831
commit
319fbe57e1
7 changed files with 10 additions and 10 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue