zephyr/drivers/counter/Kconfig.ifx_cat1
Pavlo Havrylyuk f4a1d40924 drivers: counter: Add Infineon CAT1 counter driver
Add initial version of Infineon CAT1 counter driver
Add initial version of binding file for Infineon
Add counters to psco6 dtsi
Add external trigger pin that runs counter

Signed-off-by: Pavlo Havrylyuk <pavlo.havrylyuk@infineon.com>
2023-07-26 09:10:31 +02:00

14 lines
430 B
Plaintext

# Infineon CAT1 counter driver
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
# an affiliate of Cypress Semiconductor Corporation
# SPDX-License-Identifier: Apache-2.0
config COUNTER_INFINEON_CAT1
bool "Infineon CAT1 COUNTER driver"
default y
depends on DT_HAS_INFINEON_CAT1_COUNTER_ENABLED
select USE_INFINEON_TIMER
help
This option enables the COUNTER driver for Infineon CAT1 family.