zephyr/drivers/counter/Kconfig.andes_atcpit100
Jimmy Zheng a2cc4b702f drivers: counter: add Andes atcpit100 counter driver
atcpit100 counter driver support 4 32-bit PIT channel, using channel 3 as
the default counter.

Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>
2022-08-26 11:55:36 +02:00

13 lines
328 B
Plaintext

# Kconfig Andes ATCPIT100 configuration option
#
# Copyright (c) 2022 Andes Technology Corporation.
#
# SPDX-License-Identifier: Apache-2.0
config COUNTER_ANDES_ATCPIT100
bool "Andes ATCPIT100 PIT driver"
default y
depends on DT_HAS_ANDESTECH_ATCPIT100_ENABLED
help
Enable driver for the Andes ATCPIT100 PIT controller.