summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2020-12-11 17:06:08 +0100
committerStefan Roese <sr@denx.de>2021-04-28 10:05:12 +0200
commit1ba8d5fe886474dba27f6489a46703bc2630ac0f (patch)
tree5acbda7f7df3af981cc33b0353126a6824d99c7b
parentc7cf89791b6fee9504f5a2b7ec94c7091fe1325b (diff)
mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT
Setting CONFIG_SYS_PCI_64BIT is needed for correct PCIe functionality on MIPS Octeon. Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r--arch/mips/mach-octeon/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/mach-octeon/Kconfig b/arch/mips/mach-octeon/Kconfig
index e8596ed99aa..d69408cc275 100644
--- a/arch/mips/mach-octeon/Kconfig
+++ b/arch/mips/mach-octeon/Kconfig
@@ -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