summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-16 16:56:15 +0300
committerTom Rini <trini@konsulko.com>2020-10-16 16:56:15 +0300
commitdadc1e38306b1c3e7465bacefeb309ec1f9db6a0 (patch)
tree52bbeabcfe9f215574949b1e600c896f52e22573 /arch
parentda09b99ea572cec9a114872e480b798db11f9c6e (diff)
parentb666714c30c6d6501fbb91d1774065a204a88b8e (diff)
downloadu-boot-dadc1e38306b1c3e7465bacefeb309ec1f9db6a0.tar.xz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Fix Octeon SPI driver for Octeon TX2 - Fix and enhance Octeon watchdog driver - Misc minor enhancements to Octeon TX/TX2
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
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