From 1d720f504b2f88502d3794cd1840aea329efd278 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Wed, 28 Nov 2018 12:42:13 -0800 Subject: [PATCH] x86: atom: do not select application memory This should never be selected at the SOC level. Signed-off-by: Andrew Boie --- soc/x86/atom/Kconfig.soc | 1 - 1 file changed, 1 deletion(-) diff --git a/soc/x86/atom/Kconfig.soc b/soc/x86/atom/Kconfig.soc index 35465ab086c..f2216b50484 100644 --- a/soc/x86/atom/Kconfig.soc +++ b/soc/x86/atom/Kconfig.soc @@ -5,6 +5,5 @@ config SOC_ATOM select CPU_ATOM select BOOTLOADER_UNKNOWN select X86_MMU - select APPLICATION_MEMORY select ARCH_HAS_USERSPACE select X86_PAE_MODE