Skip to content
Snippets Groups Projects
Commit 526ceb43 authored by Daniel Schwierzeck's avatar Daniel Schwierzeck
Browse files

MIPS: malta: enable PCI driver model


Enable DM_PCI and DM_ETH on MIPS Malta.

Signed-off-by: Daniel Schwierzeck's avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent 7b292497
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,11 @@ choice
config TARGET_MALTA
bool "Support malta"
select BOARD_EARLY_INIT_R
select DM
select DM_SERIAL
select DM_PCI
select DM_ETH
select DYNAMIC_IO_PORT_BASE
select MIPS_CM
select MIPS_INSERT_BOOT_CONFIG
......@@ -23,6 +26,7 @@ config TARGET_MALTA
select MIPS_L2_CACHE
select OF_CONTROL
select OF_ISA_BUS
select PCI_MAP_SYSTEM_MEMORY
select ROM_EXCEPTION_VECTORS
select SUPPORTS_BIG_ENDIAN
select SUPPORTS_CPU_MIPS32_R1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment