1# Copyright 2023 NXP
2# All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5
6# driver_ostimer
7config MCUX_HAS_driver_ostimer
8    bool
9
10config MCUX_USE_driver_ostimer
11    depends on MCUX_HAS_driver_ostimer
12    bool "OSTimer Driver"
13    select MCUX_USE_driver_common
14    help
15      OSTimer Driver
16