zephyr/drivers/timer/Kconfig.mchp_sam
Tony Han d251ecd116 drivers: timer: sam: add pit64b timer for sama7g5
Use pit64b0 as systick, make "kernel sleep/uptime" commands work.

Signed-off-by: Tony Han <tony.han@microchip.com>
2025-05-28 08:14:08 +02:00

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.