blob: 4f5f85f6b3c8e458e2f9f84263ca846e957533f4 [file] [log] [blame]
# 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