zephyr/soc/x86/atom/Kconfig.soc
Andrew Boie f3e9b61a91 x86: reserve the first megabyte
A more comprehensive solution would use E820 enumeration, but we
are unlikely to ever care that much, as we intend to use demand
paging on microcontrollers and not PC-like hardware. This is
really to just prevent QEMU from crashing.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2021-01-23 19:47:23 -05:00

10 lines
188 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
config SOC_ATOM
bool "Intel ATOM SoC"
select X86
select CPU_ATOM
select X86_MMU
select ARCH_HAS_USERSPACE
select ARCH_HAS_RESERVED_PAGE_FRAMES