Skip to content

Commit 29b8048

Browse files
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 <[email protected]>
1 parent 383a0a5 commit 29b8048

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/Kconfig.mcux

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,9 @@ config HAS_MCUX_ACMP
240240
help
241241
Set if the ACMP module is present on the SoC.
242242

243+
config HAS_MCUX_PWT
244+
bool
245+
help
246+
Set if the PWT module is present on the SoC.
247+
243248
endif # HAS_MCUX

0 commit comments

Comments
 (0)