diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 21:34:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-18 21:06:08 -0400 |
commit | ac9fa5705c40499b1b3254663b11c69113c7e568 (patch) | |
tree | 1a49f00448322c25fc3ac8a832a353cb51b28289 /Makefile | |
parent | be5c0608b86852891fd61ec358b0238499bb86ca (diff) | |
download | u-boot-ac9fa5705c40499b1b3254663b11c69113c7e568.tar.gz |
pci: Require DM_PCI
As the migration deadline has passed, require that DM_PCI be used.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1125,7 +1125,6 @@ ifneq ($(CONFIG_DM),y) @echo >&2 "See doc/driver-model/migration.rst for more info." @echo >&2 "====================================================" endif - $(call deprecated,CONFIG_DM_PCI,PCI,v2019.07,$(CONFIG_PCI)) $(call deprecated,CONFIG_DM_VIDEO,video,v2019.07,\ $(CONFIG_LCD)$(CONFIG_VIDEO)) $(call deprecated,CONFIG_DM_SPI_FLASH,SPI flash,v2019.07,\ |