zephyr/modules/Kconfig.mspm0
Saravanan Sekar 7a3f79ef86 drivers: counter: Add a support for TI MSPM0 Timer counter
TI MSPM0 SoC series has General Purpose Timer and Advanced control timers
with Counting module, Capture block (measure input signal period/time) and
Compare block (to generate time expiry, output waveform like PWM).

Add a support for counter driver with alarm and counter top functions.

Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>
2025-06-10 10:25:10 -04:00

17 lines
229 B
Plaintext

# MSPM0 SDK configuration
# Copyright (c) 2025 Texas Instruments
# SPDX-License-Identifier: Apache-2.0
config HAS_MSPM0_SDK
bool
config USE_MSPM0_DL_GPIO
bool
config USE_MSPM0_DL_UART
bool
config USE_MSPM0_DL_TIMER
bool