1# MCUXpresso SDK SCG 2 3# Copyright (c) 2019 Vestas Wind Systems A/S 4# Copyright 2023 NXP 5# SPDX-License-Identifier: Apache-2.0 6 7config CLOCK_CONTROL_MCUX_SCG 8 bool "MCUX SCG driver" 9 default y 10 depends on DT_HAS_NXP_KINETIS_SCG_ENABLED 11 help 12 Enable support for mcux scg driver. 13 14config CLOCK_CONTROL_MCUX_SCG_K4 15 bool "MCUX driver for K4 Generation SCG" 16 default y 17 depends on DT_HAS_NXP_SCG_K4_ENABLED 18 help 19 Enable support for SCG K4 driver 20