zephyr/drivers/timer/Kconfig.mips_cp0
Antony Pavlov 9175ed8244 timer: add support for MIPS CP0 timer
This commit adds a kernel device driver for the MIPS CP0 timer.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
2022-01-19 13:48:21 -05:00

9 lines
243 B
Text

# Copyright (c) 2021 Antony Pavlov <antonynpavlov@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
config MIPS_CP0_TIMER
bool "MIPS CP0 Timer"
depends on MIPS
help
This module implements a kernel device driver for the MIPS CP0 timer.