Skip to content

Commit

Permalink
modules: mcux: add support for NXP Kinetis LPTMR
Browse files Browse the repository at this point in the history
Add support for indicating that a SoC contains the NXP Kinetis Low
Power Timer (LPTMR) module.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen authored and MaureenHelm committed Mar 27, 2020
1 parent 120ef76 commit 4dd1151
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/Kconfig.mcux
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,9 @@ config HAS_MCUX_CSI
help
Set if the CMOS Sensor Interface module is present in the SoC.

config HAS_MCUX_LPTMR
bool
help
Set if the Low Power Timer (LPTMR) module is present in the SoC.

endif # HAS_MCUX

0 comments on commit 4dd1151

Please sign in to comment.