zephyr/boards/x86/ehl_crb/Kconfig.defconfig
Johan Hedberg 7c70032d1f boards: x86: Add ehl_crb board definition
Add initial definition for the Elkhart Lake CRB board.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2020-12-12 14:16:23 +02:00

19 lines
280 B
Plaintext

# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if BOARD_EHL_CRB
config BOARD
default "ehl_crb"
config BUILD_OUTPUT_STRIPPED
default y
config MP_NUM_CPUS
default 2
config X86_MMU_PAGE_POOL_PAGES
default 3072 if X86_MMU
endif # BOARD_EHL_CRB