blob: b6c5b97371747d82e070555aafccfbdd634c1908 (
plain)
1
2
3
4
5
6
|
# SPDX-License-Identifier: GPL-2.0
config CLK_INTEL_SOCFPGA64
bool
# Intel Stratix / Agilex / N5X clock controller support
default ARM64 && ARCH_INTEL_SOCFPGA
depends on ARM64 && ARCH_INTEL_SOCFPGA
|