c7b0b43ec6
Add clock control driver for NXP LPC devices that use the MCUX SDK drivers Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
# MCUXpresso SDK SYSCON
|
|
|
|
# Copyright (c) 2020, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CLOCK_CONTROL_MCUX_SYSCON
|
|
bool "MCUX LPC clock driver"
|
|
depends on HAS_MCUX_SYSCON
|
|
help
|
|
Enable support for mcux clock driver.
|