zephyr/drivers/counter/Kconfig.mcux_pit
Hake Huang f6677b77fa counter: add pit counter driver
add Kinetis PIT as counter driver

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2020-08-21 14:27:59 -05:00

11 lines
251 B
Plaintext

# MCUXpresso SDK Periodic Interrupt Timer (PIT)
# Copyright 2020 NXP
# SPDX-License-Identifier: Apache-2.0
config COUNTER_MCUX_PIT
bool "MCUX PIT driver"
depends on HAS_MCUX_PIT
help
Enable support for the MCUX Periodic Interrupt Timer (PIT).