diff --git a/misc/Kconfig b/misc/Kconfig index 876f4665075..20e0666dea7 100644 --- a/misc/Kconfig +++ b/misc/Kconfig @@ -15,6 +15,7 @@ config HAS_FLASH_LOAD_OFFSET This option is selected by targets having a FLASH_LOAD_OFFSET and FLASH_LOAD_SIZE. +if !HAS_DTS config FLASH_LOAD_OFFSET hex "Kernel load offset" default 0 @@ -38,6 +39,7 @@ config FLASH_LOAD_SIZE the device. If unsure, leave at the default value 0. +endif config TEXT_SECTION_OFFSET hex "TEXT section offset"