summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-14 21:36:35 +0300
committerTom Rini <trini@konsulko.com>2021-12-28 00:20:18 +0300
commitba1ed5b022c6f6360e2fd514c3855f89eaa8d353 (patch)
tree07cc6d9fc43e6ad585dcce86aea0b876369526c4 /arch
parent9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216 (diff)
downloadu-boot-ba1ed5b022c6f6360e2fd514c3855f89eaa8d353.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig4
-rw-r--r--arch/sandbox/Kconfig3
2 files changed, 4 insertions, 3 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index ba2c57d303..ee32e8366e 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
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 7cdbaefb11..477c51960d 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -1,9 +1,6 @@
menu "Sandbox architecture"
depends on SANDBOX
-config ARCH_MAP_SYSMEM
- def_bool y
-
config SYS_ARCH
default "sandbox"