commit | 3933d2943e75e079e2d7e9bd179eff9c0cd2ed42 | [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 | c93daf9804f5c3e85b162449a90fdf4bfa8945e4 [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/arm/Kconfig b/arch/arm/Kconfig index 2d59562..b5bd328 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -1681,7 +1681,7 @@ select DM_SPI_FLASH select DM_ETH select DM_MDIO - select DM_PCI + select PCI select DM_RNG select DM_RTC select DM_SCSI