mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Anas Nashif
parent
721e4aa8b3
commit
c59b57c0be
@@ -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
|
||||
|
||||
@@ -17,9 +17,6 @@ if BOOTLOADER_MCUBOOT
|
||||
|
||||
config ROM_START_OFFSET
|
||||
default 0x20
|
||||
|
||||
config HAS_DYNAMIC_DEVICE_HANDLES
|
||||
default y
|
||||
endif
|
||||
|
||||
config SOC
|
||||
|
||||
@@ -17,9 +17,6 @@ if BOOTLOADER_MCUBOOT
|
||||
|
||||
config ROM_START_OFFSET
|
||||
default 0x20
|
||||
|
||||
config HAS_DYNAMIC_DEVICE_HANDLES
|
||||
default y
|
||||
endif
|
||||
|
||||
config SOC
|
||||
|
||||
Reference in New Issue
Block a user