mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT
authorStefan Roese <sr@denx.de>
Fri, 11 Dec 2020 16:06:08 +0000 (17:06 +0100)
committerStefan Roese <sr@denx.de>
Wed, 28 Apr 2021 08:05:12 +0000 (10:05 +0200)
Setting CONFIG_SYS_PCI_64BIT is needed for correct PCIe functionality on
MIPS Octeon.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/mach-octeon/Kconfig

index e8596ed..d69408c 100644 (file)
@@ -55,6 +55,10 @@ config SYS_ICACHE_SIZE
 config SYS_ICACHE_LINE_SIZE
        default 128
 
+config SYS_PCI_64BIT
+       bool
+       default y
+
 source "board/Marvell/octeon_ebb7304/Kconfig"
 
 endmenu