zephyr/drivers/counter/Kconfig.gd32
TOKITA Hiroshi 981d88bf7b drivers: counter: add support for GD32 timer
Adds support for GD32 timer

Note: Currently, it is not supporting RISC-V(GD32V) devices.
It needs some work on the interrupt controller first.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2022-12-12 10:08:12 +01:00

13 lines
366 B
Plaintext

# GD32 counter timer configuration options
# Copyright (c) 2022 TOKITA Hiroshi <tokita.hiroshi@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config COUNTER_TIMER_GD32
bool "GD32 timer counter driver"
default y
depends on DT_HAS_GD_GD32_TIMER_ENABLED && SOC_FAMILY_GD32_ARM
select USE_GD32_TIMER
help
Enable counter timer driver for GD32 series devices.