| # Copyright (c) 2024 Renesas Electronics Corporation | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config COUNTER_RENESAS_RZ_GTM | |
| bool "Renesas RZ General Timer (GTM) Counter driver" | |
| default y | |
| depends on DT_HAS_RENESAS_RZ_GTM_COUNTER_ENABLED | |
| select USE_RZ_FSP_GTM | |
| help | |
| Enable the counter driver for the Renesas RZ General Timer (GTM). |