blob: 3e21fbe3e00478c5d02330a79eb8e2e8a8c4ad14 [file] [log] [blame]
# Copyright (c) 2021 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
if SOC_LAKEMONT
config SOC
default "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