mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 20:55:48 +00:00
Add initial definition for the Elkhart Lake CRB board. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
19 lines
280 B
Plaintext
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
|