zephyr/drivers/clock_control/Kconfig.mcux_sim
Maureen Helm 7a60782f67 clock_control: Introduce mcux sim driver
Adds a new clock control driver for Kinetis SoCs that have the system
integration (SIM) module. This will allow mcux shim drivers, such as
uart and i2c, to abstract the call to CLOCK_GetFreq() behind the
clock_control interface and thus be reused for SoCs with different clock
architectures.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2017-10-20 12:28:11 -05:00

15 lines
249 B
Plaintext

# Kconfig - MCUXpresso SDK SIM
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig CLOCK_CONTROL_MCUX_SIM
bool
prompt "MCUX SIM driver"
depends on HAS_MCUX_SIM
default n
help
Enable support for mcux sim driver.