1# Copyright (c) 2021-2024 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5if SOC_LAKEMONT
6
7config SYS_CLOCK_HW_CYCLES_PER_SEC
8	default 32768
9
10# Can be enabled once UART is defined in board
11# configuration.
12config X86_VERY_EARLY_CONSOLE
13	default n
14
15# Target platforms are usually not PC-compatible
16# (e.g. without BIOS, ACPI, etc.).
17config X86_PC_COMPATIBLE
18	default n
19
20endif
21