b896ca5771
This adds support for the TIMER1-4 counter. Each counter has 24bits and can run on LP_CLK (15-32KHz) or DIVN clock (32MHz) with prescaler 1-32. Each counter can have one alarm set. Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
# Copyright (c) 2022 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_SMARTBOND_TIMER
|
|
bool "Renesas SmartBond(tm) counter driver"
|
|
default y
|
|
depends on DT_HAS_RENESAS_SMARTBOND_TIMER_ENABLED
|
|
select CLOCK_CONTROL_SMARTBOND
|
|
select CLOCK_CONTROL
|
|
help
|
|
Enable the counter driver for for Renesas SmartBond(tm) family of processors.
|