1# XEC counter configuration options
2
3# Copyright (c) 2019 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config COUNTER_XEC
7	bool "Microchip XEC series counter driver"
8	default y
9	depends on DT_HAS_MICROCHIP_XEC_TIMER_ENABLED
10	help
11	  Enable counter driver for Microchip XEC MCU series. Such driver
12	  will expose the basic timer devices present on the MCU.
13