1# Copyright (c) 2024 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config COUNTER_RENESAS_RZ_GTM 5 bool "Renesas RZ General Timer (GTM) Counter driver" 6 default y 7 depends on DT_HAS_RENESAS_RZ_GTM_COUNTER_ENABLED 8 select USE_RZ_FSP_GTM 9 help 10 Enable the counter driver for the Renesas RZ General Timer (GTM). 11