1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2023 Antmicro <www.antmicro.com>
4
5
6config COUNTER_AMBIQ
7	bool "Ambiq Counter Driver"
8	default y
9	depends on DT_HAS_AMBIQ_COUNTER_ENABLED
10	select AMBIQ_HAL
11	select AMBIQ_HAL_USE_TIMER
12	help
13	  Enables the Counter driver for Ambiq devices.
14