summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-02 03:54:44 +0300
committerTom Rini <trini@konsulko.com>2021-09-14 01:23:13 +0300
commit3232bdf0b30b057ace64f192bc55a0bed4199770 (patch)
tree2d5ca9ca127c472cf24cf163a3e7f745722141eb /arch/mips
parent23cacd57040244e3ecab3e95a36f08c8242159b2 (diff)
downloadu-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.tar.xz
pci: Drop DM_PCI
This option has not effect now. Drop it, using PCI instead where needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 6b1f10d9a0..a5cec387a0 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -17,7 +17,7 @@ config TARGET_MALTA
select BOARD_EARLY_INIT_R
select DM
select DM_SERIAL
- select DM_PCI
+ select PCI
select DM_ETH
select DYNAMIC_IO_PORT_BASE
select MIPS_CM