1# Synopsys DesignWare Timer configuration option
2
3# Copyright (c) 2023, Intel Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config COUNTER_SNPS_DW
7	bool "Synopsys DesignWare Timer Driver"
8	default y
9	depends on DT_HAS_SNPS_DW_TIMERS_ENABLED
10	help
11	  Enable Timer driver
12