Clock support is needed for all Octeon TX/TX2 boards. This patch selects CONFIG_CLK so that it is available.
Signed-off-by: Stefan Roese <[email protected]> Cc: Aaron Williams <[email protected]> Cc: Suneel Garapati <[email protected]> Cc: Chandrakala Chavva <[email protected]> --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 80702c23d3..c8362b8a56 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1739,6 +1739,7 @@ config ARCH_ROCKCHIP config ARCH_OCTEONTX bool "Support OcteonTX SoCs" + select CLK select DM select ARM64 select OF_CONTROL @@ -1748,6 +1749,7 @@ config ARCH_OCTEONTX config ARCH_OCTEONTX2 bool "Support OcteonTX2 SoCs" + select CLK select DM select ARM64 select OF_CONTROL -- 2.28.0

