f3e9b61a91
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>
10 lines
188 B
Plaintext
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
|