clk: socfpga: build together Stratix 10, Agilex and N5X clock drivers
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Thu, 11 Mar 2021 15:25:35 +0000 (16:25 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 23 Mar 2021 16:03:35 +0000 (11:03 -0500)
commita01be32fccbb8cc0f6a3a155cf6bb5f528a4e20c
treef6c2ed27e1a13dca0e2d635ec6051efdc6cf3512
parent3409fb0987dc0e3199c13e4de6ad678cdbeae007
clk: socfpga: build together Stratix 10, Agilex and N5X clock drivers

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>
drivers/clk/socfpga/Kconfig
drivers/clk/socfpga/Makefile