diff options
author | Alexander Sverdlin <[email protected]> | 2018-07-24 14:32:00 +0200 |
---|---|---|
committer | Paul Burton <[email protected]> | 2018-07-24 10:37:33 -0700 |
commit | 491ec1553e0075f345fbe476a93775eabcbc40b6 (patch) | |
tree | f5995cab928f059998e4def734924f86d7e6d43d | |
parent | fc5d988878942e9b42a4de5204bdd452f3f1ce47 (diff) |
MIPS: Octeon: Select HAS_RAPIDIO
All Octeons starting with Octeon II have RAPIDIO controller which
can function even with PCI disabled.
Signed-off-by: Alexander Sverdlin <[email protected]>
Acked-by: Alexandre Bounine <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/19988/
Cc: [email protected]
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Matt Porter <[email protected]>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b7fa44ddf452..235feb657b0b 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -890,6 +890,7 @@ config CAVIUM_OCTEON_SOC bool "Cavium Networks Octeon SoC based boards" select CEVT_R4K select ARCH_HAS_PHYS_TO_DMA + select HAS_RAPIDIO select PHYS_ADDR_T_64BIT select SYS_SUPPORTS_64BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN |