14 lines
238 B
Plaintext
14 lines
238 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
|
||
|
help
|
||
|
Enable support for mcux ccm driver.
|