x86: minnowboard: Enable the userspace mode

This enables the MMU with PAE mode and also enables the userspace
mode.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
Adithya Baglody 2018-04-19 14:46:56 +05:30 committed by Andrew Boie
commit 246f03c9e6

View file

@ -4,3 +4,7 @@ config SOC_ATOM
bool "Intel ATOM SoC"
select CPU_ATOM
select BOOTLOADER_UNKNOWN
select X86_MMU
select APPLICATION_MEMORY
select ARCH_HAS_USERSPACE
select X86_PAE_MODE