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:
Henrik Brix Andersen 2019-06-16 22:16:35 +02:00 committed by Maureen Helm
commit 13847a315d
8 changed files with 153 additions and 0 deletions

View file

@ -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