modules: mcux: add support for indicating the presence of PWT

Add Kconfig option for indicating that a given SoC contains the NXP
Kinetis Pulse Width Timer (PWT).

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2021-01-07 11:12:31 +01:00 committed by Maureen Helm
parent aecb38bc3d
commit c9e02cd394

View file

@ -240,4 +240,9 @@ config HAS_MCUX_ACMP
help
Set if the ACMP module is present on the SoC.
config HAS_MCUX_PWT
bool
help
Set if the PWT module is present on the SoC.
endif # HAS_MCUX