diff options
author | Alexander Sverdlin <alexander.sverdlin@nokia.com> | 2018-07-24 15:32:00 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-07-24 20:37:33 +0300 |
commit | 491ec1553e0075f345fbe476a93775eabcbc40b6 (patch) | |
tree | f5995cab928f059998e4def734924f86d7e6d43d /arch/mips | |
parent | fc5d988878942e9b42a4de5204bdd452f3f1ce47 (diff) | |
download | linux-491ec1553e0075f345fbe476a93775eabcbc40b6.tar.xz |
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 <alexander.sverdlin@nokia.com>
Acked-by: Alexandre Bounine <alex.bou9@gmail.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/19988/
Cc: linux-mips@linux-mips.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: Matt Porter <mporter@kernel.crashing.org>
Diffstat (limited to 'arch/mips')
-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 |