diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-01 18:54:44 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-13 18:23:13 -0400 |
commit | 3232bdf0b30b057ace64f192bc55a0bed4199770 (patch) | |
tree | 2d5ca9ca127c472cf24cf163a3e7f745722141eb /arch/arm | |
parent | 23cacd57040244e3ecab3e95a36f08c8242159b2 (diff) | |
download | u-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.zip u-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.tar.gz u-boot-3232bdf0b30b057ace64f192bc55a0bed4199770.tar.bz2 |
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/arm')
-rw-r--r-- | arch/arm/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ config TARGET_SL28 select DM_SPI_FLASH select DM_ETH select DM_MDIO - select DM_PCI + select PCI select DM_RNG select DM_RTC select DM_SCSI diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 789a50d..515c302 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -237,7 +237,7 @@ config TARGET_KOSAGI_NOVENA select DM_ETH select DM_GPIO select DM_MMC - select DM_PCI + select PCI select DM_SCSI select DM_VIDEO select OF_CONTROL |