1# Copyright (C) 2023, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config CLOCK_CONTROL_AGILEX5
5	bool "Agilex5 SoCFPGA clock control driver"
6	default y
7	depends on DT_HAS_INTEL_AGILEX5_CLOCK_ENABLED
8	help
9	  This option enables the clock driver for Intel Agilex5 SoCFPGA SOC.
10