1# Copyright 2023 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config CLOCK_CONTROL_NXP_S32 5 bool "NXP S32 clock control driver" 6 default y 7 depends on DT_HAS_NXP_S32_CLOCK_ENABLED 8 help 9 Enable support for NXP S32 clock control driver. 10 11if CLOCK_CONTROL_NXP_S32 12 13config CLOCK_CONTROL_NXP_S32_CLOCK_CONFIG_IDX 14 int 15 default 0 16 help 17 This option specifies the zero-based index of the clock configuration 18 used to initialize the SoC clocks. 19 20endif # CLOCK_CONTROL_NXP_S32 21