mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
MIPS: malta: enable PCI driver model
Enable DM_PCI and DM_ETH on MIPS Malta. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
7b29249790
commit
526ceb4387
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue