1# MCUXpresso SDK PCC
2
3# Copyright (c) 2019 Vestas Wind Systems A/S
4# SPDX-License-Identifier: Apache-2.0
5
6config CLOCK_CONTROL_MCUX_PCC
7 bool "MCUX PCC driver"
8 default y
9 depends on DT_HAS_NXP_KINETIS_PCC_ENABLED
10 help
11 Enable support for MCUX PCC driver.
12