1# Infineon CAT1 counter driver
2
3# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
4# an affiliate of Cypress Semiconductor Corporation
5# SPDX-License-Identifier: Apache-2.0
6
7config COUNTER_INFINEON_CAT1
8	bool "Infineon CAT1 COUNTER driver"
9	default y
10	depends on DT_HAS_INFINEON_CAT1_COUNTER_ENABLED
11	select USE_INFINEON_TIMER
12	help
13	  This option enables the COUNTER driver for Infineon CAT1 family.
14