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 /board/socionext/developerbox | |
| 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 'board/socionext/developerbox')
| -rw-r--r-- | board/socionext/developerbox/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/socionext/developerbox/Kconfig b/board/socionext/developerbox/Kconfig index 706b8dc0f1c..c181d26a44a 100644 --- a/board/socionext/developerbox/Kconfig +++ b/board/socionext/developerbox/Kconfig @@ -7,7 +7,6 @@ choice config TARGET_DEVELOPERBOX bool "Socionext DeveloperBox" select PCI - select DM_PCI select PCIE_ECAM_SYNQUACER select SYS_DISABLE_DCACHE_OPS select OF_BOARD_SETUP |
