zephyr/drivers/counter/Kconfig.nxp_pit
Emilio Benavente 8bb95d33be drivers: counter: Adding Mutli Channel PIT Support
Updating the nxp,pit driver to support mutliple
channels. Updating the dts and board overlays
to account for the changes.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
2024-03-07 13:23:58 -06:00

12 lines
299 B
Plaintext

# MCUXpresso SDK Periodic Interrupt Timer (PIT)
# Copyright 2020 NXP
# SPDX-License-Identifier: Apache-2.0
config COUNTER_NXP_PIT
bool "NXP PIT driver"
default y if DT_HAS_NXP_PIT_CHANNEL_ENABLED && \
DT_HAS_NXP_PIT_ENABLED
help
Enable support for the NXP Periodic Interrupt Timer (PIT).