mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 08:52:28 +00:00
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
# MCUXpresso SDK CCM
|
|
|
|
# Copyright (c) 2021, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_MCUX_CCM_REV2
|
|
bool "MCUX CCM Rev 2 driver"
|
|
depends on HAS_MCUX_CCM_REV2
|
|
help
|
|
Enable support for mcux ccm rev 2 driver.
|