From 286a1595fbf5e3d984fc400a3995dd32bc7aa54f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 19 Oct 2021 21:16:55 -0400 Subject: sandbox: Migrate ARCH_MAP_SYSMEM to Kconfig Move this from a hard-coded define in config.mk to Kconfig. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- arch/sandbox/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/sandbox/Kconfig') diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index f83282d9d5..7606469c94 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -1,6 +1,9 @@ menu "Sandbox architecture" depends on SANDBOX +config ARCH_MAP_SYSMEM + def_bool y + config SYS_ARCH default "sandbox" -- cgit v1.2.3