The symbol SRAM_VECTOR_TABLE is not used in the adi/max32 soc. Removed it in order to clean up the Kconfig file and avoid confusion with the upcoming new definition of SRAM_VECTOR_TABLE symbol. (PR #87468) Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
10 lines
204 B
Text
10 lines
204 B
Text
# Analog Devices MAX32xxx MCU family
|
|
|
|
# Copyright (c) 2023-2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_FAMILY_MAX32
|
|
|
|
rsource "Kconfig.defconfig.max*"
|
|
|
|
endif # SOC_FAMILY_MAX32
|