zephyr/boards/x86/up_squared/Kconfig.defconfig
Anas Nashif e980848ba7 Revert "x86: pre-allocate address space"
This reverts commit 64f05d443a.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-01-22 08:39:45 -05:00

31 lines
441 B
Text

# SPDX-License-Identifier: Apache-2.0
if BOARD_UP_SQUARED
config BOARD
default "up_squared"
config BUILD_OUTPUT_STRIPPED
default y
config MP_NUM_CPUS
default 2
config X86_MMU_PAGE_POOL_PAGES
default 3092 if X86_MMU
endif # BOARD_UP_SQUARED
if BOARD_UP_SQUARED_32
config BOARD
default "up_squared_32"
config BUILD_OUTPUT_STRIPPED
default y
config X86_MMU_PAGE_POOL_PAGES
default 3086 if X86_MMU
endif # BOARD_UP_SQUARED_32