commit | e33610c2e2505471d58662ccf6a7c00e01c08365 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Dec 14 13:36:35 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 16:20:18 2021 -0500 |
tree | 07cc6d9fc43e6ad585dcce86aea0b876369526c4 | |
parent | 88086275fe914497b3747c16e7ec80208b566a94 [diff] [blame] |
Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig This converts the following to Kconfig: CONFIG_ARCH_MAP_SYSMEM Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/Kconfig b/arch/Kconfig index ba2c57d..ee32e83 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -1,3 +1,7 @@ +config ARCH_MAP_SYSMEM + depends on SANDBOX || NDS32 + def_bool y + config CREATE_ARCH_SYMLINK bool