2026-08-17 22:02:07 +05:30
|
|
|
# SPDX-FileCopyrightText: Copyright (c) 2026 Infineon Technologies AG,
|
|
|
|
|
# SPDX-FileCopyrightText: or an affiliate of Infineon Technologies AG. All rights reserved.
|
2025-08-29 06:07:21 -07:00
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
|
|
config COUNTER_INFINEON_TCPWM
|
|
|
|
|
bool "Infineon TCPWM counter driver"
|
|
|
|
|
default y
|
|
|
|
|
depends on DT_HAS_INFINEON_TCPWM_COUNTER_ENABLED
|
|
|
|
|
select USE_INFINEON_TIMER
|
|
|
|
|
help
|
|
|
|
|
This option enables the TCPWM counter driver for Infineon devices.
|