diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-04 11:07:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-04 11:07:16 -0400 |
commit | bb3694d5b14c891032864dcd44ae261fe595bb0c (patch) | |
tree | befcb69ed2e827e8f68d7c8fb400c6a8b22b967c /arch/mips/Kconfig | |
parent | d6faedca7670a0b4862cace2f3189998cbec87d8 (diff) | |
parent | d071ff012e0b3f9e77b54340c96f624d6f115782 (diff) |
Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips
- doc: fix qemu-mips build instructions
- MIPS: add GPIO, CLK and SPI drivers for Octeon MIPS64
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 997e145450..e0f6b6c4b3 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -112,9 +112,11 @@ config ARCH_OCTEON select DISPLAY_CPUINFO select DMA_ADDR_T_64BIT select DM - select DM_SERIAL - select DM_GPIO select DM_ETH + select DM_GPIO + select DM_I2C + select DM_SERIAL + select DM_SPI select MIPS_L2_CACHE select MIPS_MACH_EARLY_INIT select MIPS_TUNE_OCTEON3 |