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:
parent
aecb38bc3d
commit
c9e02cd394
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue