zephyr/drivers/counter/Kconfig.max32_wut
Tahsin Mutlugun ab43ceb1eb drivers: counter: Add MAX32 Wake-Up Timer driver
MAX32 Wake-Up Timer is a 32-bit timer that can wakeup the device from
low-power modes.

Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
2025-05-15 17:53:31 +02:00

9 lines
253 B
Text

# Copyright (c) 2025 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0
config COUNTER_WUT_MAX32
bool "MAX32xxx wake-up timer driver"
default y
depends on DT_HAS_ADI_MAX32_WUT_ENABLED
help
Enable the wake-up timer driver for MAX32 MCUs.