21 lines
386 B
Plaintext
21 lines
386 B
Plaintext
# Copyright (c) 2021-2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_LAKEMONT
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 32768
|
|
|
|
# Can be enabled once UART is defined in board
|
|
# configuration.
|
|
config X86_VERY_EARLY_CONSOLE
|
|
default n
|
|
|
|
# Target platforms are usually not PC-compatible
|
|
# (e.g. without BIOS, ACPI, etc.).
|
|
config X86_PC_COMPATIBLE
|
|
default n
|
|
|
|
endif
|