mirror of
https://github.com/olofk/serv.git
synced 2026-01-26 19:51:52 +00:00
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SERV_TIMER
|
|
bool "SERV Timer"
|
|
# select TICKLESS_CAPABLE
|
|
help
|
|
This module implements a kernel device driver for the SERV
|
|
timer driver. It provides the standard "system clock driver" interfaces.
|