mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 07:26:45 +00:00
Adds a new clock control driver for i.MX SoCs that have the clock control module (CCM). Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
# Kconfig - MCUXpresso SDK CCM
|
|
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig CLOCK_CONTROL_MCUX_CCM
|
|
bool
|
|
prompt "MCUX CCM driver"
|
|
depends on HAS_MCUX_CCM
|
|
default n
|
|
help
|
|
Enable support for mcux ccm driver.
|