diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-16 09:56:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-16 09:56:15 -0400 |
commit | dadc1e38306b1c3e7465bacefeb309ec1f9db6a0 (patch) | |
tree | 52bbeabcfe9f215574949b1e600c896f52e22573 /arch | |
parent | da09b99ea572cec9a114872e480b798db11f9c6e (diff) | |
parent | b666714c30c6d6501fbb91d1774065a204a88b8e (diff) | |
download | u-boot-dadc1e38306b1c3e7465bacefeb309ec1f9db6a0.tar.gz |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/16Oct2020
- 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/Kconfig | 2 |
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 |