Two-line copyright notices were wrapped in the SPDX "<text>...</text>" construct, which is only valid in an SPDX document, not a file header. The REUSE tool then folds the literal "<text>" into the holder name and drops the second line from the SBOM. Remove the markers and tag the continuation line. Holder, year and e-mail are left unchanged; only the syntax is fixed. Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
12 lines
436 B
Text
12 lines
436 B
Text
# SPDX-FileCopyrightText: Copyright (c) 2026 Infineon Technologies AG,
|
|
# SPDX-FileCopyrightText: or an affiliate of Infineon Technologies AG. All rights reserved.
|
|
#
|
|
# 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.
|