diff options
| author | Stefan Roese <[email protected]> | 2020-09-23 11:01:30 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2020-10-16 13:55:04 +0200 |
| commit | 7a78074c18e92e02f08863dd9269b88068d50355 (patch) | |
| tree | 80cc7545baadb494d782a958f120d995e70425dd | |
| parent | 7353025dd4dff6638309e0f920084b65d62054ad (diff) | |
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 <[email protected]>
Cc: Aaron Williams <[email protected]>
Cc: Suneel Garapati <[email protected]>
Cc: Chandrakala Chavva <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b885b9e146f..80f09601e43 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 |
