diff options
author | Simon Glass | 2021-08-01 18:54:44 -0600 |
---|---|---|
committer | Tom Rini | 2021-09-13 18:23:13 -0400 |
commit | 3232bdf0b30b057ace64f192bc55a0bed4199770 (patch) | |
tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb /arch/Kconfig | |
parent | 23cacd57040244e3ecab3e95a36f08c8242159b2 (diff) |
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/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index b6f9e177b64..8f8daadcf92 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -182,7 +182,6 @@ config X86 select SUPPORT_TPL select CREATE_ARCH_SYMLINK select DM - select DM_PCI select HAVE_ARCH_IOMAP select HAVE_PRIVATE_LIBGCC select OF_CONTROL |