modules: Add config for LPC clock control
Add a config for MCUX LPC clock control Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
c2a40a8c66
commit
a3341dd347
|
@ -35,6 +35,11 @@ config HAS_MCUX_CCM
|
|||
help
|
||||
Set if the clock control module (CCM) module is present in the SoC.
|
||||
|
||||
config HAS_MCUX_SYSCON
|
||||
bool
|
||||
help
|
||||
Set if the syscon module is present in the SoC.
|
||||
|
||||
config HAS_MCUX_PCC
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue