1# SPDX-License-Identifier: GPL-2.0 2config CLK_INTEL_SOCFPGA64 3 bool 4 # Intel Stratix / Agilex / N5X clock controller support 5 default (ARCH_AGILEX || ARCH_N5X || ARCH_STRATIX10) 6 depends on ARCH_AGILEX || ARCH_N5X || ARCH_STRATIX10 7