From: Stefan Roese Date: Wed, 23 Sep 2020 09:01:30 +0000 (+0200) Subject: arm: octeontx: Select CLK X-Git-Tag: v2025.01-rc5-pxa1908~2175^2~2 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=7a78074c18e92e02f08863dd9269b88068d50355;p=u-boot.git arm: octeontx: Select CLK 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 Cc: Aaron Williams Cc: Suneel Garapati Cc: Chandrakala Chavva --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b885b9e146..80f09601e4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1744,6 +1744,7 @@ config ARCH_ROCKCHIP config ARCH_OCTEONTX bool "Support OcteonTX SoCs" + select CLK select DM select ARM64 select OF_CONTROL @@ -1753,6 +1754,7 @@ config ARCH_OCTEONTX config ARCH_OCTEONTX2 bool "Support OcteonTX2 SoCs" + select CLK select DM select ARM64 select OF_CONTROL