zephyr/drivers/watchdog/Kconfig.ambiq

15 lines
286 B
Plaintext

# Ambiq SDK WDT
#
# Copyright (c) 2023 Antmicro <www.antmicro.com>
#
# SPDX-License-Identifier: Apache-2.0
#
config WDT_AMBIQ
bool "AMBIQ WDT driver"
default y
depends on DT_HAS_AMBIQ_WATCHDOG_ENABLED
select AMBIQ_HAL
select AMBIQ_HAL_USE_WDT
help
Enable driver for Ambiq WDT.