zephyr/boards/intel/ish/Kconfig.defconfig
Dong Wang 521a5ca958 soc: intel_ish: Make ISH support APIC timer with TSC time source.
This commit enables ISH boards to use APIC timer with TSC time source as
their system timer by replacing CONFIG_HPET with CONFIG_APIC_TIMER_TSC.

Signed-off-by: Dong Wang <dong.d.wang@intel.com>
2024-06-12 17:10:25 -05:00

14 lines
323 B
Plaintext

# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
if TEST
config TEST_EXTRA_STACK_SIZE
default 1024
endif # TEST
config SYS_CLOCK_TICKS_PER_SEC
default 2048 if HPET_TIMER # HPET timer's frequency is 32768 HZ
default 2000 if APIC_TIMER_TSC # APIC timer's frequency is 19.2 MHZ or 100 MHZ