soc: esp32*: do not enable HAS_DYNAMIC_DEVICE_HANDLES

It doesn't make sense to select this option at SoC level. This feature
is meant for subsystems/modules that need device handles to be
modifiable at runtime.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-06-14 12:51:32 +02:00 committed by Anas Nashif
commit c59b57c0be
3 changed files with 0 additions and 9 deletions

View file

@ -19,9 +19,6 @@ config MCUBOOT_GENERATE_CONFIRMED_IMAGE
config ROM_START_OFFSET
default 0x20
config HAS_DYNAMIC_DEVICE_HANDLES
default y
endif
config SOC

View file

@ -17,9 +17,6 @@ if BOOTLOADER_MCUBOOT
config ROM_START_OFFSET
default 0x20
config HAS_DYNAMIC_DEVICE_HANDLES
default y
endif
config SOC

View file

@ -17,9 +17,6 @@ if BOOTLOADER_MCUBOOT
config ROM_START_OFFSET
default 0x20
config HAS_DYNAMIC_DEVICE_HANDLES
default y
endif
config SOC