summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:32 +0300
committerTom Rini <trini@konsulko.com>2021-07-19 04:06:08 +0300
commitac9fa5705c40499b1b3254663b11c69113c7e568 (patch)
tree1a49f00448322c25fc3ac8a832a353cb51b28289 /Makefile
parentbe5c0608b86852891fd61ec358b0238499bb86ca (diff)
downloadu-boot-ac9fa5705c40499b1b3254663b11c69113c7e568.tar.xz
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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79a5c8ccbf..9fac1a02ca 100644
--- a/Makefile
+++ b/Makefile
@@ -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,\