1# Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
2#
3# SPDX-License-Identifier: Apache-2.0
4#
5
6config MCHP_SAM_PIT64B_TIMER
7	bool "Microchip SAM 64-bit Periodic Interval Timer (PIT64B)"
8	default y
9	depends on DT_HAS_MICROCHIP_SAM_PIT64B_ENABLED
10	select TICKLESS_CAPABLE
11	help
12	  This module implements a kernel device driver for the Microchip
13	  SAMA7G5 series PIT64B timer and provides the standard "system clock
14	  driver" interfaces.
15