Use pit64b0 as systick, make "kernel sleep/uptime" commands work. Signed-off-by: Tony Han <tony.han@microchip.com>
15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config MCHP_SAM_PIT64B_TIMER
|
|
bool "Microchip SAM 64-bit Periodic Interval Timer (PIT64B)"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_SAM_PIT64B_ENABLED
|
|
select TICKLESS_CAPABLE
|
|
help
|
|
This module implements a kernel device driver for the Microchip
|
|
SAMA7G5 series PIT64B timer and provides the standard "system clock
|
|
driver" interfaces.
|