1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_NRF_AUXPLL
5	bool "nRF Auxiliary PLL driver"
6	default y
7	depends on DT_HAS_NORDIC_NRF_AUXPLL_ENABLED
8	help
9	  Driver for nRF Auxiliary PLL.
10