commit | 1d1c27b374af55f242a78e948c3b7ed00612d2c2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Oct 19 21:16:55 2021 -0400 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 31 12:26:44 2021 -0600 |
tree | a9cb11584cf093425c1293a0842edd578e084348 | |
parent | 2d59d15d3021ed868e07c590091eb0dbbc321214 [diff] [blame] |
sandbox: Migrate ARCH_MAP_SYSMEM to Kconfig Move this from a hard-coded define in config.mk to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index f83282d..7606469 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"