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>
This commit is contained in:
Stefan Roese 2020-12-11 17:06:08 +01:00 committed by Daniel Schwierzeck
parent 5d64eeb555
commit 99f492b75f

View 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