commit | 3232bdf0b30b057ace64f192bc55a0bed4199770 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 01 18:54:44 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 13 18:23:13 2021 -0400 |
tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb | |
parent | 23cacd57040244e3ecab3e95a36f08c8242159b2 [diff] [blame] |
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>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6b1f10d..a5cec38 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig
@@ -17,7 +17,7 @@ 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