1# Copyright (c) 2023 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config SMARTBOND_TIMER 5 bool "Renesas SmartBond(tm) timer" 6 default y 7 depends on SOC_FAMILY_RENESAS_SMARTBOND 8 depends on CLOCK_CONTROL 9 depends on !$(dt_nodelabel_enabled,timer2) 10 select TICKLESS_CAPABLE 11 help 12 This module implements a kernel device driver for the TIMER2 timer 13 and provides the standard "system clock driver" interfaces. 14