zephyr/boards/acrn/acrn/acrn_ehl_crb_defconfig
Torsten Rasmussen 35625c146a boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar
Gap filling in hex files are now disabled per default, and therefore
there is no reason to explicitly disable gap filling.

It has never been possible to disable gap filling in binary files.
Disabling gap filling would just result in the binary file to be gap
filled with the tool's default value, objcopy=0x00.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-12-02 11:14:09 +01:00

18 lines
437 B
Text

# Copyright (c) 2019-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_PIC_DISABLE=y
CONFIG_LOAPIC=y
CONFIG_X2APIC=y
CONFIG_PCIE=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1900000000
CONFIG_BUILD_OUTPUT_BIN=y
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
CONFIG_KERNEL_VM_SIZE=0x1000000
CONFIG_APIC_TSC_DEADLINE_TIMER=y
CONFIG_APIC_TIMER_IRQ_PRIORITY=1
CONFIG_SMP=y