zephyr/drivers/counter/Kconfig.ambiq
Maciej Sobkowski 9bc3ee67be drivers: counter: Add Ambiq counter driver
This commit adds Ambiq counter driver for Apollo4p SoCs.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
2023-08-07 16:12:58 +02:00

14 lines
294 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2023 Antmicro <www.antmicro.com>
config COUNTER_AMBIQ
bool "Ambiq Counter Driver"
default y
depends on DT_HAS_AMBIQ_COUNTER_ENABLED
select AMBIQ_HAL
select AMBIQ_HAL_USE_TIMER
help
Enables the Counter driver for Ambiq devices.