zephyr/drivers/clock_control/Kconfig.nxp_s32
Manuel Arguelles 523591a3d5 drivers: clock_control: add NXP S32 driver
The clock controller is a singleton controller for all the system-level
clocks (XOSC, PLL, CGM, etc) to provide run-time information to the
peripheral device drivers about the module's clocks.
Clock configuration is not yet supported.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-07-06 14:19:23 -05:00

21 lines
473 B
Plaintext

# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
config CLOCK_CONTROL_NXP_S32
bool "NXP S32 clock control driver"
default y
depends on DT_HAS_NXP_S32_CLOCK_ENABLED
help
Enable support for NXP S32 clock control driver.
if CLOCK_CONTROL_NXP_S32
config CLOCK_CONTROL_NXP_S32_CLOCK_CONFIG_IDX
int
default 0
help
This option specifies the zero-based index of the clock configuration
used to initialize the SoC clocks.
endif # CLOCK_CONTROL_NXP_S32