drivers: clock_control: mcux_scg: add NXP MCUX SCG clock control driver
Add clock controller driver for the NXP Kinetis System Clock Generator (SCG) clock module. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
652fdfe3a1
commit
13847a315d
8 changed files with 153 additions and 0 deletions
|
@ -101,6 +101,12 @@ config HAS_MCUX_RTC
|
|||
help
|
||||
Set if the real time clock (RTC) modules is present in the SoC.
|
||||
|
||||
config HAS_MCUX_SCG
|
||||
bool
|
||||
help
|
||||
Set if the system clock generator (SCG) module is present in the
|
||||
SoC.
|
||||
|
||||
config HAS_MCUX_SIM
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue