1# Copyright (c) 2022 Renesas Electronics Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4config COUNTER_SMARTBOND_TIMER 5 bool "Renesas SmartBond(tm) counter driver" 6 default y 7 depends on DT_HAS_RENESAS_SMARTBOND_TIMER_ENABLED 8 select CLOCK_CONTROL_SMARTBOND 9 select CLOCK_CONTROL 10 help 11 Enable the counter driver for for Renesas SmartBond(tm) family of processors. 12