zephyr/soc/x86/lakemont/Kconfig.defconfig

24 lines
413 B
Plaintext

# 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