From 491ec1553e0075f345fbe476a93775eabcbc40b6 Mon Sep 17 00:00:00 2001 From: Alexander Sverdlin Date: Tue, 24 Jul 2018 14:32:00 +0200 Subject: 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 Acked-by: Alexandre Bounine Signed-off-by: Paul Burton Patchwork: https://patchwork.linux-mips.org/patch/19988/ Cc: linux-mips@linux-mips.org Cc: Ralf Baechle Cc: James Hogan Cc: Matt Porter --- arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3