soc: nxp:rt: Add HAS_MCUX_GPT flag
For RT SOCs with General Purporse Timer module(s) (GPT). Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
917890a544
commit
517ef0d688
2 changed files with 12 additions and 0 deletions
|
@ -90,6 +90,11 @@ config HAS_MCUX_LPUART
|
|||
help
|
||||
Set if the low power uart (LPUART) module is present in the SoC.
|
||||
|
||||
config HAS_MCUX_GPT
|
||||
bool
|
||||
help
|
||||
Set if the general purpose timer (GPT) module is present in the SoC.
|
||||
|
||||
config HAS_MCUX_RNGA
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue