diff options
author | Alexander Sverdlin <alexander.sverdlin@nokia.com> | 2018-07-24 14:32:00 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-07-24 19:37:33 +0200 |
commit | 491ec1553e0075f345fbe476a93775eabcbc40b6 (patch) | |
tree | f5995cab928f059998e4def734924f86d7e6d43d /arch/mips/Kconfig | |
parent | MIPS: Introduce HAS_RAPIDIO Kconfig option (diff) | |
download | linux-491ec1553e0075f345fbe476a93775eabcbc40b6.tar.xz linux-491ec1553e0075f345fbe476a93775eabcbc40b6.zip |
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/Kconfig')
-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 |