From 504c4cdabda5dd602dc91bed4982739ede55339c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 23 Mar 2026 13:52:45 -0600 Subject: lmb: Rework the LMB_ARCH_MEM_MAP symbol This symbol should not be enabled by the user directly but rather selected when implemented in a given platform. This converts all of the current users of this feature and hides the symbol. Signed-off-by: Tom Rini --- lib/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Kconfig b/lib/Kconfig index 46384283c43..4e6a0c6a1b6 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -1277,9 +1277,8 @@ config SPL_LMB the data structures needed for maintaining the LMB memory map. config LMB_ARCH_MEM_MAP - bool "Add an architecture specific memory map" + bool depends on LMB - depends on !COMPILE_TEST default y if FSL_LAYERSCAPE || X86 help Some architectures have special or unique aspects which need -- cgit v1.3.1