On a multiplatform kernel there is little benefit in splitting each clock driver per platform because space savings are minimal. Such split also complicates the code, especially after adding compile testing. Build all arm64 Intel SoCFPGA clocks together with one entry in Makefile. This also removed duplicated line in the Makefile (selecting common part of clocks per platform). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config CLK_INTEL_SOCFPGA64
|
|
bool
|
|
# Intel Stratix / Agilex / N5X clock controller support
|
|
default (ARCH_AGILEX || ARCH_N5X || ARCH_STRATIX10)
|
|
depends on ARCH_AGILEX || ARCH_N5X || ARCH_STRATIX10
|