diff options
| author | Simon Glass <[email protected]> | 2021-08-01 18:54:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-13 18:23:13 -0400 |
| commit | 3232bdf0b30b057ace64f192bc55a0bed4199770 (patch) | |
| tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb /common | |
| 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 <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index 2ab20a6c85b..ee14d3ad5bf 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -551,7 +551,6 @@ config MISC_INIT_R config PCI_INIT_R bool "Enumerate PCI buses during init" depends on PCI - default y if !DM_PCI help With this option U-Boot will call pci_init() soon after relocation, which will enumerate PCI buses. This is needed, for instance, in the |
