mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 17:41:58 +00:00
Add clock controller driver for the NXP Kinetis System Clock Generator (SCG) clock module. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
# Kconfig - MCUXpresso SDK SCG
|
|
#
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig CLOCK_CONTROL_MCUX_SCG
|
|
bool "MCUX SCG driver"
|
|
depends on HAS_MCUX_SCG
|
|
help
|
|
Enable support for mcux scg driver.
|