summaryrefslogtreecommitdiff
path: root/arch/mips/mach-octeon
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2020-12-11 19:06:08 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2021-04-23 22:03:25 +0300
commit99f492b75fd9e3893c874497b68dd580ce2f36af (patch)
treeed2a3cb7c675e7b56a94f456d00b8cf61b844885 /arch/mips/mach-octeon
parent5d64eeb5551fa13b039ecd43381277bf17c3ddcd (diff)
downloadu-boot-99f492b75fd9e3893c874497b68dd580ce2f36af.tar.xz
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>
Diffstat (limited to 'arch/mips/mach-octeon')
-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 e8596ed99a..d69408cc27 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