2019-11-01 20:45:29 +08:00
|
|
|
# XEC counter configuration options
|
|
|
|
|
2019-06-07 21:16:47 +08:00
|
|
|
# Copyright (c) 2019 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config COUNTER_XEC
|
|
|
|
bool "Microchip XEC series counter driver"
|
2022-07-22 05:33:07 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_MICROCHIP_XEC_TIMER_ENABLED
|
2019-06-07 21:16:47 +08:00
|
|
|
help
|
|
|
|
Enable counter driver for Microchip XEC MCU series. Such driver
|
|
|
|
will expose the basic timer devices present on the MCU.
|